mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
better front page
git-svn-id: http://www.observium.org/svn/observer/trunk@202 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
|
||||
$image = getImage($device['device_id']);
|
||||
|
||||
echo("
|
||||
<tr bgcolor='$bg'>
|
||||
echo(" <tr bgcolor='$bg' onmouseover=\"this.style.backgroundColor='#fdd';\" onmouseout=\"this.style.backgroundColor='$bg';\"
|
||||
onclick=\"location.href='/device/".$device['device_id']."/'\" style='cursor: hand;'>
|
||||
<td width='40' align=center valign=middle>$image</td>
|
||||
<td width='300'><span style='font-weight: bold; font-size: 14px;'>" . generatedevicelink($device) . "</span>
|
||||
<br />$device[purpose]</td>
|
||||
|
@@ -149,7 +149,7 @@ echo("
|
||||
<!--[if IE 7]><!--></a><!--<![endif]-->
|
||||
<table><tr><td>
|
||||
<ul>
|
||||
<li><a href='services/'><img src='images/16/link.png' border=0 align=absmiddle> All Sessions </a></li>
|
||||
<li><a href='bgp/'><img src='images/16/link.png' border=0 align=absmiddle> All Sessions </a></li>
|
||||
|
||||
<li><hr width=140 /></li>
|
||||
<li><a href='bgp/external/'><img src='images/16/world_link.png' border=0 align=absmiddle> External BGP</a></li>
|
||||
|
Reference in New Issue
Block a user