mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Changes!
git-svn-id: http://www.observium.org/svn/observer/trunk@117 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -29,7 +29,7 @@ if($device_id) {
|
||||
if(!$samehost) {
|
||||
$device['device_id'] = $device_id;
|
||||
$device['hostname'] = $device_hostname;
|
||||
echo("<td valign=top width=200><span style='font-weight:bold;'>" . generatedevicelink($device) . "</span></td>");
|
||||
echo("<td valign=top width=250><span style='font-weight:bold;'>" . generatedevicelink($device) . "</span></td>");
|
||||
} else {
|
||||
echo("<td></td>");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user