Revision 474ef84c
Added by Ermal Luçi over 15 years ago
usr/local/www/wizards/traffic_shaper_wizard.xml | ||
---|---|---|
37 | 37 |
<description>This wizard will guide you through setting up the pfSense traffic shaper.</description> |
38 | 38 |
<fields> |
39 | 39 |
<field> |
40 |
<name>Enter number of WAN connections</name> |
|
40 |
<displayname>Enter number of WAN connections</displayname> |
|
41 |
<name>numberofconnections</name> |
|
41 | 42 |
<type>input</type> |
42 | 43 |
<validate>^[0-9]+$</validate> |
43 | 44 |
<description>Number of connections you have</description> |
usr/local/www/wizards/traffic_shaper_wizard_dedicated.xml | ||
---|---|---|
43 | 43 |
<name>Traffic shaper Wizard</name> |
44 | 44 |
</field> |
45 | 45 |
<field> |
46 |
<name>Enter number of WAN type connections</name> |
|
46 |
<displayname>Enter number of WAN type connections</displayname> |
|
47 |
<name>numberofconnections</name> |
|
47 | 48 |
<type>input</type> |
48 | 49 |
<validate>^[0-9]+$</validate> |
49 | 50 |
<description>Number of connections you have</description> |
usr/local/www/wizards/traffic_shaper_wizard_multi_all.xml | ||
---|---|---|
43 | 43 |
<name>Traffic shaper Wizard</name> |
44 | 44 |
</field> |
45 | 45 |
<field> |
46 |
<name>Enter number of WAN type connections</name> |
|
46 |
<displayname>Enter number of WAN type connections</displayname> |
|
47 |
<name>numberofconnections</name> |
|
47 | 48 |
<type>input</type> |
48 | 49 |
<validate>^[0-9]+$</validate> |
49 | 50 |
<description>Number of connections you have</description> |
50 | 51 |
<bindstofield>ezshaper->step1->numberofconnections</bindstofield> |
51 | 52 |
</field> |
52 | 53 |
<field> |
53 |
<name>Enter number of LAN type interfaces</name> |
|
54 |
<displayname>Enter number of LAN type interfaces</displayname> |
|
55 |
<name>numberoflocalinterfaces</name> |
|
54 | 56 |
<type>input</type> |
55 | 57 |
<validate>^[0-9]+$</validate> |
56 | 58 |
<description>Number of local interfaces you have</description> |
usr/local/www/wizards/traffic_shaper_wizard_multi_lan.xml | ||
---|---|---|
39 | 39 |
<description>This wizard will guide you through setting up the pfSense traffic shaper for the situation where you have 1 WAN connection and multiple LAN connections.</description> |
40 | 40 |
<fields> |
41 | 41 |
<field> |
42 |
<name>Enter number of LAN type connections</name> |
|
42 |
<displayname>Enter number of LAN type connections</displayname> |
|
43 |
<name>numberofconnections</name> |
|
43 | 44 |
<type>input</type> |
44 | 45 |
<validate>^[0-9]+$</validate> |
45 | 46 |
<description>Number of local(LAN) interfaces you have</description> |
Also available in: Unified diff
Fix problems with traffic shaper wizards not propperly handling the parameter at first step.