much much much much much much prettier percentage bars and some moving around of overview page.

git-svn-id: http://www.observium.org/svn/observer/trunk@832 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-02-13 23:55:56 +00:00
parent 05735f4d55
commit 3c42f22dcf
9 changed files with 51 additions and 80 deletions
+2 -3
View File
@@ -46,8 +46,6 @@ echo("
<td width=25% class=grey><img src='images/16/cog_disable.png' align=absmiddle> $services[disabled]</td></tr>
</table>");
echo("<div style='padding: 8px; font-size: 11px; font-weight: bold;'>");
$sql = "SELECT * FROM services WHERE service_host = '" . $device['device_id'] . "' ORDER BY service_type";
@@ -63,6 +61,8 @@ echo("
echo("</div>");
echo("</div>");
}
echo("</div>");
@@ -72,7 +72,6 @@ echo("<div style='float:right; width: 50%;'>");
### Right Pane
include("overview/processors.inc.php");
include("overview/hrProcessors.inc.php");
include("overview/cemp.inc.php");
include("overview/cmp.inc.php");
include("overview/hrStorage.inc.php");