mirror of
https://github.com/openwrt/luci.git
synced 2026-05-31 02:21:50 +08:00
luci-app-keepalived: correctness fixes
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
+1
-1
@@ -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')),
|
||||
|
||||
+1
-1
@@ -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')),
|
||||
|
||||
Reference in New Issue
Block a user