summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/pages/machine.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/statistics/pages/machine.inc.php')
-rw-r--r--modules-available/statistics/pages/machine.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules-available/statistics/pages/machine.inc.php b/modules-available/statistics/pages/machine.inc.php
index 0bf6f8fb..5bf5ec97 100644
--- a/modules-available/statistics/pages/machine.inc.php
+++ b/modules-available/statistics/pages/machine.inc.php
@@ -61,6 +61,7 @@ class SubPage
Message::addError('unknown-machine', $uuid);
return;
}
+ Render::setTitle(empty($client['hostname']) ? $client['clientip'] : $client['hostname']);
$locations = [];
if ($client['locationid'] > 0 && Module::isAvailable('locations')) {
if (!Location::isLeaf($client['locationid'])) {