luci-app-keepalived: Fix option for script falls
authorKotyara <sasha@linovsky.com>
Sun, 16 Jun 2024 13:09:13 +0000 (13:09 +0000)
committerPaul Donald <newtwen+github@gmail.com>
Sun, 16 Jun 2024 21:31:13 +0000 (23:31 +0200)
Signed-off-by: Kotyara <lokotyara@gmail.com>
applications/luci-app-keepalived/htdocs/luci-static/resources/view/keepalived/script.js

index 99d5af29f2ee9078e77b1895544ab22f1bd092e5..80a1411a7883048e922aa2224f6c8009bc1b3989 100644 (file)
@@ -86,7 +86,7 @@ return view.extend({
                o.optional = true;
                o.datatype = 'uinteger';
 
-               o = s.option(form.Value, 'fail', _('Fail'),
+               o = s.option(form.Value, 'fall', _('Fall'),
                        _('Required number of successes for KO transition'));
                o.optional = true;
                o.datatype = 'uinteger';