summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-03-11 18:19:59 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-03-11 18:19:59 -0400
commit4f94e09fcbaca1d79d689141578bdb21628d5971 (patch)
tree741a97978dd0dbc83c8bcaf4c837994f25f1384f
parent4fab3ba50cdc85d81880d58415643ae97e98e475 (diff)
downloadpfsense-4f94e09fcbaca1d79d689141578bdb21628d5971.zip
pfsense-4f94e09fcbaca1d79d689141578bdb21628d5971.tar.gz
Center the CPU graph.
-rw-r--r--usr/local/www/widgets/widgets/cpu_graphs.widget.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/widgets/widgets/cpu_graphs.widget.php b/usr/local/www/widgets/widgets/cpu_graphs.widget.php
index 8e9004f..42c5faa 100644
--- a/usr/local/www/widgets/widgets/cpu_graphs.widget.php
+++ b/usr/local/www/widgets/widgets/cpu_graphs.widget.php
@@ -57,7 +57,7 @@ require_once("functions.inc");
last_val = new Array();
last_val_span = new Array();
</script>
-<div class="GraphLink" id="GraphOutput"></div>
+<div style='display: block; margin-left: auto; margin-right: auto' class="GraphLink" id="GraphOutput"></div>
<script language="javascript" type="text/javascript">
// Graph 1
OpenPOWER on IntegriCloud