summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards/traffic_shaper_wizard.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-08-18 21:53:05 +0000
committerErmal <eri@pfsense.org>2010-08-18 21:53:05 +0000
commitc60e4f61012753efada5efcc61f9db23fa1c8084 (patch)
tree5c87d73102d770c794a2622649608f03b1c3ccee /usr/local/www/wizards/traffic_shaper_wizard.inc
parent89c95943a2db96a4a251d6289b7ae545b0478dc7 (diff)
downloadpfsense-c60e4f61012753efada5efcc61f9db23fa1c8084.zip
pfsense-c60e4f61012753efada5efcc61f9db23fa1c8084.tar.gz
Also do the wizard optimizations and user-friendliness to the traffic_shaper_wizard_multi_all.xml
Diffstat (limited to 'usr/local/www/wizards/traffic_shaper_wizard.inc')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.inc b/usr/local/www/wizards/traffic_shaper_wizard.inc
index 61af8bf..47ce591 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard.inc
@@ -127,6 +127,7 @@ function step2_stepbeforeformdisplay() {
$field['bindstofield'] = "ezshaper->step2->conn{$i}interface";
$fields[] = $field;
+ $field = array();
$field['displayname'] = "Upload Scheduler";
$field['name'] = "conn{$i}uploadscheduler";
$field['type'] = "select";
@@ -308,6 +309,7 @@ function step3_stepbeforeformdisplay() {
$field['type'] = "listtopic";
$voipfields[] = $field;
+ $field = array();
$field['name'] = "Provider";
$enablefields[] = "Provider";
$field['type'] = "select";
OpenPOWER on IntegriCloud