diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-08-23 19:22:48 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-08-23 19:22:48 -0400 |
commit | 6f7a8f9917d35b0175ccb8d848b8eafc013aca51 (patch) | |
tree | f2d20cb441c7ebe0bd0b7c4629fab23164893da9 | |
parent | 2fd9d05075e01ae8b0619cce91844e6fc829a91b (diff) | |
download | pfsense-6f7a8f9917d35b0175ccb8d848b8eafc013aca51.zip pfsense-6f7a8f9917d35b0175ccb8d848b8eafc013aca51.tar.gz |
Set the penalty box color to red Resolves #25 on 2.0.
-rw-r--r-- | usr/local/www/wizards/traffic_shaper_wizard.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml index f2128cd..cdbf296 100644 --- a/usr/local/www/wizards/traffic_shaper_wizard.xml +++ b/usr/local/www/wizards/traffic_shaper_wizard.xml @@ -160,7 +160,7 @@ </field> <field> <name>Address</name> - <type>input</type> + <type>inputalias</type> <description>This allows you to just provide the IP address of the computer(s) to Penalize. NOTE: You can also use a Firewall Alias in this location.</description> <bindstofield>ezshaper->step4->address</bindstofield> <message>IP Address field is non-blank and doesn't look like an IP address.</message> |