mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix problems with traffic shaper wizards not propperly handling the parameter at first step.
This commit is contained in:
parent
127b93cf79
commit
474ef84c87
@ -37,7 +37,8 @@
|
||||
<description>This wizard will guide you through setting up the pfSense traffic shaper.</description>
|
||||
<fields>
|
||||
<field>
|
||||
<name>Enter number of WAN connections</name>
|
||||
<displayname>Enter number of WAN connections</displayname>
|
||||
<name>numberofconnections</name>
|
||||
<type>input</type>
|
||||
<validate>^[0-9]+$</validate>
|
||||
<description>Number of connections you have</description>
|
||||
|
||||
@ -43,7 +43,8 @@
|
||||
<name>Traffic shaper Wizard</name>
|
||||
</field>
|
||||
<field>
|
||||
<name>Enter number of WAN type connections</name>
|
||||
<displayname>Enter number of WAN type connections</displayname>
|
||||
<name>numberofconnections</name>
|
||||
<type>input</type>
|
||||
<validate>^[0-9]+$</validate>
|
||||
<description>Number of connections you have</description>
|
||||
|
||||
@ -43,14 +43,16 @@
|
||||
<name>Traffic shaper Wizard</name>
|
||||
</field>
|
||||
<field>
|
||||
<name>Enter number of WAN type connections</name>
|
||||
<displayname>Enter number of WAN type connections</displayname>
|
||||
<name>numberofconnections</name>
|
||||
<type>input</type>
|
||||
<validate>^[0-9]+$</validate>
|
||||
<description>Number of connections you have</description>
|
||||
<bindstofield>ezshaper->step1->numberofconnections</bindstofield>
|
||||
</field>
|
||||
<field>
|
||||
<name>Enter number of LAN type interfaces</name>
|
||||
<displayname>Enter number of LAN type interfaces</displayname>
|
||||
<name>numberoflocalinterfaces</name>
|
||||
<type>input</type>
|
||||
<validate>^[0-9]+$</validate>
|
||||
<description>Number of local interfaces you have</description>
|
||||
|
||||
@ -39,7 +39,8 @@
|
||||
<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>
|
||||
<fields>
|
||||
<field>
|
||||
<name>Enter number of LAN type connections</name>
|
||||
<displayname>Enter number of LAN type connections</displayname>
|
||||
<name>numberofconnections</name>
|
||||
<type>input</type>
|
||||
<validate>^[0-9]+$</validate>
|
||||
<description>Number of local(LAN) interfaces you have</description>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user