mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
updates
git-svn-id: http://www.observium.org/svn/observer/trunk@529 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -37,10 +37,10 @@ $sql = mysql_query("SELECT * FROM `interfaces` AS I, `devices` AS D WHERE I.devi
|
||||
while($interface = mysql_fetch_array($sql)){
|
||||
|
||||
generate_front_box("warn", "<center><strong>".generatedevicelink($interface, shorthost($interface['hostname']))."</strong><br />
|
||||
<span style='font-size: 14px; font-weight: bold; margin: 5px; color: #c00;'>Port Down</span>
|
||||
<span style='font-size: 14px; font-weight: bold; margin: 5px; color: #c00;'>Port Down</span><br />
|
||||
<!-- <img src='graph.php?type=bits&if=".$interface['interface_id']."&from=$day&to=$now&width=100&height=32' /> -->
|
||||
<strong>".generateiflink($interface, makeshortif($interface['ifDescr']))."</strong> <br />
|
||||
<span class=body-date-1>".truncate($interface['ifAlias'], 20)."</span>
|
||||
<strong>".generateiflink($interface, truncate(makeshortif($interface['ifDescr']),13,''))."</strong> <br />
|
||||
<span class=body-date-1>".truncate($interface['ifAlias'], 20, '')."</span>
|
||||
</center>");
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user