diff --git a/html/includes/dev-overview-data.inc.php b/html/includes/dev-overview-data.inc.php index 7f14160bf2..7028e816b7 100644 --- a/html/includes/dev-overview-data.inc.php +++ b/html/includes/dev-overview-data.inc.php @@ -21,6 +21,11 @@ if ($device['hardware']) '); } +echo(' + Operating System + ' . $device['os_text'] . ' ' . $device['version'] . ' ' . $device['features'] . ' + '); + if ($device['serial']) { echo(' @@ -29,11 +34,6 @@ if ($device['serial']) '); } -echo(' - Operating System - ' . $device['os_text'] . ' ' . $device['version'] . ' ' . $device['features'] . ' - '); - if ($device['sysContact']) { echo(' @@ -77,4 +77,4 @@ if ($uptime) echo(' '); -?> \ No newline at end of file +?>