Skip to content

Commit

Permalink
luci-app-keepalived: add missing cbi class section and description
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Eckert <[email protected]>
  • Loading branch information
feckert committed Apr 29, 2024
1 parent 7c06536 commit 9d52622
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ return view.extend({
});
});

return E([
E('h3', _('VRRP')),
E('br'),
table
return E('div', {'class': 'cbi-map'}, [
E('h2', _('VRRP')),
E('div', {'class': 'cbi-map-descr'}, _('This overview shows the current status of the VRRP instances on this device.')),
E('div', { 'class': 'cbi-section' }, table)
]);
},

Expand Down

0 comments on commit 9d52622

Please sign in to comment.