mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
cosmetic updates
git-svn-id: http://www.observium.org/svn/observer/trunk@446 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -43,7 +43,16 @@ function dhtml_response_list(&$items, $method) {
|
||||
}
|
||||
|
||||
|
||||
echo("<div style='width: auto; text-align: right; padding: 10px; display:block; background-color: #eeeeee;'>");
|
||||
echo("<div style='margin:auto; text-align: center; margin-top: 0px; margin-bottom: 10px;'>
|
||||
<b class='rounded'>
|
||||
<b class='rounded1'><b></b></b>
|
||||
<b class='rounded2'><b></b></b>
|
||||
<b class='rounded3'></b>
|
||||
<b class='rounded4'></b>
|
||||
<b class='rounded5'></b></b>
|
||||
<div class='roundedfg' style='padding: 0px 5px;'>
|
||||
<div style='margin: auto; text-align: left; padding: 2px 5px; padding-left: 11px; clear: both; display:block; height:20px;'>
|
||||
");
|
||||
$plugins = collectd_list_plugins($device['hostname']);
|
||||
foreach ($plugins as &$plugin) {
|
||||
if(!$_GET['opta']) { $_GET['opta'] = $plugin; }
|
||||
@@ -54,7 +63,17 @@ function dhtml_response_list(&$items, $method) {
|
||||
$sep = ' | ';
|
||||
}
|
||||
unset ($sep);
|
||||
echo("</div>");
|
||||
|
||||
echo("</div>
|
||||
</div>
|
||||
<b class='rounded'>
|
||||
<b class='rounded5'></b>
|
||||
<b class='rounded4'></b>
|
||||
<b class='rounded3'></b>
|
||||
<b class='rounded2'><b></b></b>
|
||||
<b class='rounded1'><b></b></b></b>
|
||||
</div>");
|
||||
|
||||
|
||||
$pinsts = collectd_list_pinsts($device['hostname'], $_GET['opta']);
|
||||
foreach ($pinsts as &$instance) {
|
||||
@@ -111,6 +130,4 @@ function dhtml_response_list(&$items, $method) {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user