diff options
author | Michael Larson <slioch@slioch.vyatta.com> | 2009-11-30 11:47:56 -0800 |
---|---|---|
committer | Michael Larson <slioch@slioch.vyatta.com> | 2009-11-30 11:47:56 -0800 |
commit | 0ce6093909828861dffe5914911cb254310808cf (patch) | |
tree | 724024571871e643641676004916c906aea18b45 /templates | |
parent | b27e771ba28c2ae631daf5041f14c385be2a1ab6 (diff) | |
download | vyatta-wanloadbalance-0ce6093909828861dffe5914911cb254310808cf.tar.gz vyatta-wanloadbalance-0ce6093909828861dffe5914911cb254310808cf.zip |
add help string modifications to support webgui mandatory behavior.
Diffstat (limited to 'templates')
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/load-balancing/wan/interface-health/node.tag/nexthop/node.def b/templates/load-balancing/wan/interface-health/node.tag/nexthop/node.def index 6b3299b..a113136 100644 --- a/templates/load-balancing/wan/interface-health/node.tag/nexthop/node.def +++ b/templates/load-balancing/wan/interface-health/node.tag/nexthop/node.def @@ -1,5 +1,5 @@ type: txt -help: Outbound interface nexthop address. Can be 'dhcp or ip address' +help: Outbound interface nexthop address. Can be 'dhcp or ip address' [REQUIRED] syntax:expression: exec "/opt/vyatta/sbin/vyatta-wanloadbalance.pl --valid-nexthop $VAR(@)"\ ; "Invalid nexthop [$VAR(@)]" allowed: echo "dhcp <>" diff --git a/templates/load-balancing/wan/rule/node.tag/inbound-interface/node.def b/templates/load-balancing/wan/rule/node.tag/inbound-interface/node.def index cb0b953..9e10e35 100644 --- a/templates/load-balancing/wan/rule/node.tag/inbound-interface/node.def +++ b/templates/load-balancing/wan/rule/node.tag/inbound-interface/node.def @@ -1,3 +1,3 @@ type: txt -help: Set inbound interface name +help: Set inbound interface name [REQUIRED] comp_help: Enter a network interface name, for example, "eth0" diff --git a/templates/load-balancing/wan/rule/node.tag/interface/node.def b/templates/load-balancing/wan/rule/node.tag/interface/node.def index d393140..3b9bb83 100644 --- a/templates/load-balancing/wan/rule/node.tag/interface/node.def +++ b/templates/load-balancing/wan/rule/node.tag/interface/node.def @@ -1,3 +1,3 @@ tag: type: txt -help: Set interface name +help: Set interface name [REQUIRED] |