luci-app-keepalived: correctness fixes
authorPaul Donald <redacted>
Thu, 21 May 2026 22:14:18 +0000 (01:14 +0300)
committerPaul Donald <redacted>
Wed, 27 May 2026 12:49:45 +0000 (15:49 +0300)
Signed-off-by: Paul Donald <redacted>
applications/luci-app-keepalived/htdocs/luci-static/resources/view/keepalived/overview.js
applications/luci-app-keepalived/htdocs/luci-static/resources/view/status/include/35_keepalived.js

index 10da0c9ad83356274d79d847088f6a1b05c715f1..4ccd3fe7be61da205d1d8977eef3545fb5f4cdce 100644 (file)
@@ -20,7 +20,7 @@ return view.extend({
 
        render() {
                const table =
-                       E('table', { 'class': 'table lases' }, [
+                       E('table', { 'class': 'table leases' }, [
                                E('tr', { 'class': 'tr table-titles' }, [
                                        E('th', { 'class': 'th' }, _('Name')),
                                        E('th', { 'class': 'th' }, _('Interface')),
index af09e0a32ffd349e96523244d0e4d8120c921ef6..b7920010da5b3042b26f9aba793598c25fd84b00 100644 (file)
@@ -24,7 +24,7 @@ return baseclass.extend({
                const instances = uci.sections('keepalived', 'vrrp_instance');
 
                const table =
-                       E('table', { 'class': 'table lases' }, [
+                       E('table', { 'class': 'table leases' }, [
                                E('tr', { 'class': 'tr table-titles' }, [
                                        E('th', { 'class': 'th' }, _('Name')),
                                        E('th', { 'class': 'th' }, _('Interface')),
git clone https://git.99rst.org/PROJECT