summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper_queues.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-06 02:45:00 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-06 02:45:00 +0000
commit1866bb192b54fa9abc8572913190ebdd2485b6ab (patch)
treee43397c010ad1f2c8f98bedbdd928e6674f05d9a /usr/local/www/firewall_shaper_queues.php
parent6a15373346732da98c94239dacbfd2656d9dc3d4 (diff)
downloadpfsense-1866bb192b54fa9abc8572913190ebdd2485b6ab.zip
pfsense-1866bb192b54fa9abc8572913190ebdd2485b6ab.tar.gz
Increase the size of the graph status column to 17 to allow the / to become /s
Diffstat (limited to 'usr/local/www/firewall_shaper_queues.php')
-rwxr-xr-xusr/local/www/firewall_shaper_queues.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_shaper_queues.php b/usr/local/www/firewall_shaper_queues.php
index c40b9ff..ab37f99 100755
--- a/usr/local/www/firewall_shaper_queues.php
+++ b/usr/local/www/firewall_shaper_queues.php
@@ -161,7 +161,7 @@ if ($_GET['act'] == "del") {
echo "<img src='bar_blue.gif' height='15' name='queue{$i}widtha' id='queue{$i}widtha' width='" . $cpuUsage . "' border='0' align='absmiddle'>";
echo "<img src='bar_gray.gif' height='15' name='queue{$i}widthb' id='queue{$i}widthb' width='" . (100 - $cpuUsage) . "' border='0' align='absmiddle'>";
echo "<img src='bar_right.gif' height='15' width='5' border='0' align='absmiddle'> ";
- echo "<input style='border: 0px solid white; background-color:#990000; color:#FFFFFF;' size='15' name='queue{$i}meter' id='queue{$i}meter' value='{$cpuUsage}'>";
+ echo "<input style='border: 0px solid white; background-color:#990000; color:#FFFFFF;' size='18' name='queue{$i}meter' id='queue{$i}meter' value='{$cpuUsage}'>";
?>
</td>
OpenPOWER on IntegriCloud