From 6826be0f91196457d38812756b08d6c44fa27580 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Thu, 21 Apr 2011 13:30:09 +0000 Subject: [PATCH] serial below os git-svn-id: http://www.observium.org/svn/observer/trunk@2131 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/includes/dev-overview-data.inc.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 +?>