diff options
Diffstat (limited to 'applications')
-rw-r--r-- | applications/luci-app-keepalived/htdocs/luci-static/resources/view/keepalived/vrrp_instance.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-keepalived/htdocs/luci-static/resources/view/keepalived/vrrp_instance.js b/applications/luci-app-keepalived/htdocs/luci-static/resources/view/keepalived/vrrp_instance.js index f9293d6c20..c6db62d2b1 100644 --- a/applications/luci-app-keepalived/htdocs/luci-static/resources/view/keepalived/vrrp_instance.js +++ b/applications/luci-app-keepalived/htdocs/luci-static/resources/view/keepalived/vrrp_instance.js @@ -64,8 +64,8 @@ return view.extend({ _('Allows the lower priority machine to maintain the master role,') + _('even when a higher priority machine comes back online.') + ' ' + _('For this to work, the initial state of this entry must be BACKUP.')); + o.optional = true; o.default = false; - o.rmempty = false; ipaddress = uci.sections('keepalived', 'ipaddress'); o = s.taboption('general', form.DynamicList, 'virtual_ipaddress', _('Virtual IP Address'), |