From: Paul Donald Date: Thu, 21 May 2026 22:14:18 +0000 (+0300) Subject: luci-app-keepalived: correctness fixes X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=d908890ed798ef0ef0a1dc44056b3f58e77d7493;p=openwrt-luci.git luci-app-keepalived: correctness fixes Signed-off-by: Paul Donald --- 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')),