summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@su.local>2009-09-03 22:08:43 -0400
committerScott Ullrich <sullrich@su.local>2009-09-03 22:08:43 -0400
commit9e138c859810f3c8ed97c2a57dae2ca753f92238 (patch)
tree88781bfe0fb6cacc051359a06164cb0b95b215bb /usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
parentf2fe398468aafe8abd5effef15ae1770ba117a22 (diff)
downloadpfsense-9e138c859810f3c8ed97c2a57dae2ca753f92238.zip
pfsense-9e138c859810f3c8ed97c2a57dae2ca753f92238.tar.gz
Break each interface up into their own listoptics
Diffstat (limited to 'usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc')
-rwxr-xr-xusr/local/www/wizards/traffic_shaper_wizard_multi_all.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc b/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
index e02b5cf..f129244 100755
--- a/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
@@ -145,6 +145,13 @@ function step2_stepbeforeformdisplay() {
$fields[] = $field;
for ($i = 0; $i < $numberofconnections; $i++) {
+
+ $field = array();
+ $interface_friendly = $i+1;
+ $field['name'] = "Setup connection speed and scheduler information for interface #{$interface_friendly}";
+ $field['type'] = "listtopic";
+ $fields[] = $field;
+
$field = array();
$field['name'] = "conn{$i}interface";
$field['type'] = "select";
OpenPOWER on IntegriCloud