From be43f2ef633858d1d8d866e675c96cce1ea54238 Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Thu, 10 Jun 2010 19:49:23 +0000 Subject: [PATCH] Show serial number on device page git-svn-id: http://www.observium.org/svn/observer/trunk@1135 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/includes/dev-overview-data.inc.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/html/includes/dev-overview-data.inc.php b/html/includes/dev-overview-data.inc.php index 6c8729e849..68700381c3 100644 --- a/html/includes/dev-overview-data.inc.php +++ b/html/includes/dev-overview-data.inc.php @@ -39,6 +39,14 @@ '); } + if($device['serial']) + { + echo(' + Serial + ' . $device['serial']. ' + '); + } + echo(' Operating System ' . $device['os_text'] . ' ' . $device['version'] . ' ' . $device['features'] . '