diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-09-15 05:53:39 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-09-15 05:53:39 +0000 |
commit | fad39ea2db1f077219e6d3b188311cd9e17eea5e (patch) | |
tree | bc68cd01c65a5db3e8d01a649e3d573137dc3fa5 | |
parent | 0f20c092d2ac003f6eeb10c3122e2e3e2d3ea576 (diff) | |
download | pfsense-fad39ea2db1f077219e6d3b188311cd9e17eea5e.zip pfsense-fad39ea2db1f077219e6d3b188311cd9e17eea5e.tar.gz |
10 -> 15
-rwxr-xr-x | usr/local/www/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php index 18fbfc9..bae59fc 100755 --- a/usr/local/www/index.php +++ b/usr/local/www/index.php @@ -185,7 +185,7 @@ include("fbegin.inc"); <?php $cpuUsage = "0"; ?> <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="(Updating in 10 seconds)" /> + <input style="border: 0px solid white;" size="30" name="cpumeter" id="cpumeter" value="(Updating in 15 seconds)" /> </td> </tr> <tr> |