mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
tooltip with full text over asn in bgp session on frontpage
git-svn-id: http://www.observium.org/svn/observer/trunk@604 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -74,7 +74,7 @@ while($peer = mysql_fetch_array($sql)){
|
||||
generate_front_box("alert", "<center><strong>".generatedevicelink($peer, shorthost($peer['hostname']))."</strong><br />
|
||||
<span style='font-size: 14px; font-weight: bold; margin: 5px; color: #c00;'>BGP Down</span>
|
||||
<strong>".$peer['bgpPeerIdentifier']."</strong> <br />
|
||||
<span class=body-date-1>AS".$peer['bgpPeerRemoteAs']." ".truncate($peer['astext'], 10)."</span>
|
||||
<span title='" . $peer['astext'] . "' class=body-date-1>AS".$peer['bgpPeerRemoteAs']." ".truncate($peer['astext'], 10)."</span>
|
||||
</center>");
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user