diff --git a/html/includes/dev-overview-data.inc.php b/html/includes/dev-overview-data.inc.php index 6c8729e84..68700381c 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'] . '