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:
Tom Laermans
2010-01-06 09:39:35 +00:00
parent 1d52489ccd
commit 96d3d9f033

View File

@@ -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>");
}