summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-07-16 19:33:25 +0000
committerErmal Luçi <eri@pfsense.org>2008-07-16 19:33:25 +0000
commitd3e5e7df159b190f28072953c610f652281ed199 (patch)
treed3b35760e038bfe885a24eed082ee6a482855f38 /usr/local/www/firewall_shaper.php
parent585a8faf8d1ff54d730faf7f567a58c127d15e9e (diff)
downloadpfsense-d3e5e7df159b190f28072953c610f652281ed199.zip
pfsense-d3e5e7df159b190f28072953c610f652281ed199.tar.gz
Make dummynet page visible in the frontend under the "Virtual Interfaces" tab.
So people can think of pipes as virtual interfaces as it seem easier to grok.
Diffstat (limited to 'usr/local/www/firewall_shaper.php')
-rwxr-xr-xusr/local/www/firewall_shaper.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/firewall_shaper.php b/usr/local/www/firewall_shaper.php
index 245ecd3..50e587a 100755
--- a/usr/local/www/firewall_shaper.php
+++ b/usr/local/www/firewall_shaper.php
@@ -414,7 +414,8 @@ include("fbegin.inc");
$tab_array = array();
$tab_array[0] = array("By Interface", true, "firewall_shaper.php");
$tab_array[1] = array("By Queue", false, "firewall_shaper_queues.php");
- $tab_array[2] = array("Wizards", false, "firewall_shaper_wizards.php");
+ $tab_array[2] = array("Virtual Interfaces", false, "firewall_shaper_vinterface.php");
+ $tab_array[3] = array("Wizards", false, "firewall_shaper_wizards.php");
display_top_tabs($tab_array);
?>
</td></tr>
OpenPOWER on IntegriCloud