git-svn-id: http://www.observium.org/svn/observer/trunk@2112 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong 2011-04-20 16:53:20 +00:00
parent 2b9cad302d
commit 1abe2f37b1

View File

@ -35,11 +35,10 @@ echo(' <td>' . $device['hardware'] . '<br />' . $device['features'] . '</td>'
echo(' <td>' . $device['os_text'] . '<br />' . $device['version'] . '</td>');
echo(' <td>' . formatUptime($device['uptime']) . ' <br /></td>');
echo(' <td>' . formatUptime($device['uptime']) . ' <br />');
$location = $device['location'];
if (get_dev_attrib($device,'override_sysLocation_bool')) { $location = get_dev_attrib($device,'override_sysLocation_string'); }
echo(' <td>' . $location . '<br /></td>');
if (get_dev_attrib($device,'override_sysLocation_bool')) { $device['location'] = get_dev_attrib($device,'override_sysLocation_string'); }
echo(' ' . $device['location'] . '</td>');
echo (' </tr>');