mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update device Apache graph HTML
This commit is contained in:
@@ -18,11 +18,14 @@ foreach ($graphs as $key => $text) {
|
|||||||
$graph_array['id'] = $app['app_id'];
|
$graph_array['id'] = $app['app_id'];
|
||||||
$graph_array['type'] = 'application_'.$key;
|
$graph_array['type'] = 'application_'.$key;
|
||||||
|
|
||||||
echo '<h3>'.$text.'</h3>';
|
echo '<div class="panel panel-default">
|
||||||
|
<div class="panel-heading">
|
||||||
echo "<tr bgcolor='$row_colour'><td colspan=5>";
|
<h3 class="panel-title">'.$text.'</h3>
|
||||||
|
</div>
|
||||||
|
<div class="panel-body">
|
||||||
|
<div class="row">';
|
||||||
include 'includes/print-graphrow.inc.php';
|
include 'includes/print-graphrow.inc.php';
|
||||||
|
echo '</div>';
|
||||||
echo '</td></tr>';
|
echo '</div>';
|
||||||
|
echo '</div>';
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user