mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Removed broken graphs and tidied table up
This commit is contained in:
@@ -42,11 +42,11 @@ $popup .= "</div><img src=\'graph.php?id=".$service['service_id'].'&type=ser
|
|||||||
$popup .= "', RIGHT".$config['overlib_defaults'].');" onmouseout="return nd();"';
|
$popup .= "', RIGHT".$config['overlib_defaults'].');" onmouseout="return nd();"';
|
||||||
|
|
||||||
echo "
|
echo "
|
||||||
<tr style=\"background-color: $bg; padding: 5px;\">";
|
<tr>";
|
||||||
|
|
||||||
if ($device_id) {
|
if ($device_id) {
|
||||||
if (!$samehost) {
|
if (!$samehost) {
|
||||||
echo "<td valign=top width=250><span style='font-weight:bold;'>".generate_device_link($device).'</span></td>';
|
echo "<td>".generate_device_link($device).'</span></td>';
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
echo '<td></td>';
|
echo '<td></td>';
|
||||||
@@ -54,14 +54,13 @@ if ($device_id) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
echo "
|
echo "
|
||||||
<td valign=top class=list-bold>
|
<td>
|
||||||
$status
|
$status
|
||||||
</td>
|
</td>
|
||||||
<td valign=top><a $popup><img src='$mini_url'></a></td>
|
<td>
|
||||||
<td valign=top width=175>
|
|
||||||
$since
|
$since
|
||||||
</td>
|
</td>
|
||||||
<td valign=top>
|
<td>
|
||||||
<span class=box-desc>$message</span>
|
<span class=box-desc>$message</span>
|
||||||
</td>
|
</td>
|
||||||
</tr>";
|
</tr>";
|
||||||
|
|||||||
@@ -68,7 +68,6 @@ echo '<div class="table-responsive">
|
|||||||
<tr>
|
<tr>
|
||||||
<th>Device</th>
|
<th>Device</th>
|
||||||
<th>Service</th>
|
<th>Service</th>
|
||||||
<th>Status</th>
|
|
||||||
<th>Changed</th>
|
<th>Changed</th>
|
||||||
<th>Message</th>
|
<th>Message</th>
|
||||||
</tr>';
|
</tr>';
|
||||||
|
|||||||
Reference in New Issue
Block a user