diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-09-18 02:35:48 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-09-18 02:35:48 +0000 |
commit | b82d131e67b5da0fd3e4babbfada4021bead74e8 (patch) | |
tree | 517518d4079076852665253680911e253ee1c6ea /usr | |
parent | 5872171a77b0c4f6ad74a5c0dd04d79bbd32771e (diff) | |
download | pfsense-b82d131e67b5da0fd3e4babbfada4021bead74e8.zip pfsense-b82d131e67b5da0fd3e4babbfada4021bead74e8.tar.gz |
We're updating in 5 seconds now
Diffstat (limited to 'usr')
-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 bae59fc..5098be6 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 15 seconds)" /> + <input style="border: 0px solid white;" size="30" name="cpumeter" id="cpumeter" value="(Updating in 5 seconds)" /> </td> </tr> <tr> |