summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-03-14 07:29:25 -0300
committerRenato Botelho <renato@netgate.com>2016-03-14 07:29:25 -0300
commitbb79c035e5ca5fbc1f396e0a48593b010447aae8 (patch)
tree9d0f2b4476d84389fdae63963ec313d771c39ea4
parenta2dc37d4abfa6646b4ee90d879bd130567a16d6a (diff)
parent8778c9f0cc8cffb8b771c5986e59f1d33867afb7 (diff)
downloadpfsense-bb79c035e5ca5fbc1f396e0a48593b010447aae8.zip
pfsense-bb79c035e5ca5fbc1f396e0a48593b010447aae8.tar.gz
Merge pull request #2733 from ExolonDX/branch_03
-rw-r--r--src/usr/local/www/interfaces_bridge_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/interfaces_bridge_edit.php b/src/usr/local/www/interfaces_bridge_edit.php
index 7551c66..b99c027 100644
--- a/src/usr/local/www/interfaces_bridge_edit.php
+++ b/src/usr/local/www/interfaces_bridge_edit.php
@@ -603,7 +603,7 @@ $section->addInput(new Form_Input(
$section->addInput(new Form_Input(
'priority',
'Priority',
- 'text',
+ 'number',
$pconfig['priority'],
['placeholder' => 32768, 'min' => 0, 'max' => 61440]
))->setHelp('Set the bridge priority for Spanning Tree. The default is 32768. The minimum is 0 and the maximum is 61440. ');
OpenPOWER on IntegriCloud