summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/wizards')
-rwxr-xr-xusr/local/www/wizards/traffic_shaper_wizard_multi_all.inc7
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc7
2 files changed, 14 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";
diff --git a/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc b/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc
index b974740..576c4c8 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard_multi_lan.inc
@@ -170,6 +170,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