remove old position for checkers and update related files

git-svn-id: http://www.observium.org/svn/observer/trunk@241 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2008-07-18 08:21:45 +00:00
parent 530ffd431e
commit c3e626aae2
79 changed files with 24 additions and 4386 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ while($device = mysql_fetch_array($sql)){
generate_front_box("info", "<center><strong>".generatedevicelink($device, shorthost($device['hostname']))."</strong><br />
<span style='font-size: 14px; font-weight: bold; margin: 5px; color: #009;'>Device<br />Rebooted</span><br />
<span class=body-date-1>".formatUptime($device['attrib_value'])."</span>
<span class=body-date-1>".formatUptime($device['attrib_value'], 'short')."</span>
</center>");
}