summaryrefslogtreecommitdiffstats
path: root/usr/local/www/index.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-11 21:39:58 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-11 21:39:58 +0000
commit1bab13d037f07a121c853deded38912bdf8a108c (patch)
tree8ffe761661834b03093c57b0646823fb4a1e352d /usr/local/www/index.php
parentc15a006124e6bc5dbcbf4d1e9036391cb1b9b7d0 (diff)
downloadpfsense-1bab13d037f07a121c853deded38912bdf8a108c.zip
pfsense-1bab13d037f07a121c853deded38912bdf8a108c.tar.gz
We update every 10 seconds now.
Diffstat (limited to 'usr/local/www/index.php')
-rwxr-xr-xusr/local/www/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index 8fe455b..e5c0044 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -183,7 +183,7 @@ include("fbegin.inc");
<td width="25%" class="vncellt">CPU usage</td>
<td width="75%" class="listr">
<?php $cpuUsage = get_cpuusage(get_cputicks(), get_cputicks()); ?>
- <img src="./themes/<?= $g['theme']; ?>/images/misc/bar_left.gif" height="15" width="4" border="0" align="middle" alt="left bar" /><img src="./themes/<?= $g['theme']; ?>/images/misc/bar_blue.gif" height="15" name="cpuwidtha" id="cpuwidtha" width="<?= $cpuUsage; ?>" border="0" align="middle" alt="blue bar" /><img src="./themes/<?= $g['theme']; ?>/images/misc/bar_gray.gif" height="15" name="cpuwidthb" id="cpuwidthb" width="<?= (100 - $cpuUsage); ?>" border="0" align="middle" alt="gray bar" /><img src="./themes/<?= $g['theme']; ?>/images/misc/bar_right.gif" height="15" width="5" border="0" align="middle" alt="right bar" /><input style="border: 0px solid white;" size="30" name="cpumeter" id="cpumeter" value="<?= $cpuUsage.'%'; ?> (Updating in 3 seconds)" />
+ <img src="./themes/<?= $g['theme']; ?>/images/misc/bar_left.gif" height="15" width="4" border="0" align="middle" alt="left bar" /><img src="./themes/<?= $g['theme']; ?>/images/misc/bar_blue.gif" height="15" name="cpuwidtha" id="cpuwidtha" width="<?= $cpuUsage; ?>" border="0" align="middle" alt="blue bar" /><img src="./themes/<?= $g['theme']; ?>/images/misc/bar_gray.gif" height="15" name="cpuwidthb" id="cpuwidthb" width="<?= (100 - $cpuUsage); ?>" border="0" align="middle" alt="gray bar" /><img src="./themes/<?= $g['theme']; ?>/images/misc/bar_right.gif" height="15" width="5" border="0" align="middle" alt="right bar" /><input style="border: 0px solid white;" size="30" name="cpumeter" id="cpumeter" value="<?= $cpuUsage.'%'; ?> (Updating in 10 seconds)" />
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud