From d908890ed798ef0ef0a1dc44056b3f58e77d7493 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Fri, 22 May 2026 01:14:18 +0300 Subject: [PATCH] luci-app-keepalived: correctness fixes Signed-off-by: Paul Donald --- .../htdocs/luci-static/resources/view/keepalived/overview.js | 2 +- .../luci-static/resources/view/status/include/35_keepalived.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/luci-app-keepalived/htdocs/luci-static/resources/view/keepalived/overview.js b/applications/luci-app-keepalived/htdocs/luci-static/resources/view/keepalived/overview.js index 10da0c9ad8..4ccd3fe7be 100644 --- a/applications/luci-app-keepalived/htdocs/luci-static/resources/view/keepalived/overview.js +++ b/applications/luci-app-keepalived/htdocs/luci-static/resources/view/keepalived/overview.js @@ -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')), diff --git a/applications/luci-app-keepalived/htdocs/luci-static/resources/view/status/include/35_keepalived.js b/applications/luci-app-keepalived/htdocs/luci-static/resources/view/status/include/35_keepalived.js index af09e0a32f..b7920010da 100644 --- a/applications/luci-app-keepalived/htdocs/luci-static/resources/view/status/include/35_keepalived.js +++ b/applications/luci-app-keepalived/htdocs/luci-static/resources/view/status/include/35_keepalived.js @@ -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')),