luci-mod-dsl: add missing css class cbi-section

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
pull/7080/head
Florian Eckert 2024-04-23 13:13:22 +02:00
parent f79634dc3e
commit 5fa5c776b4
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ return view.extend({
])); ]));
} }
return table; return E('div', { 'class': 'cbi-section' }, table);
}, },
renderTable: function(data) { renderTable: function(data) {
@ -80,7 +80,7 @@ return view.extend({
])); ]));
} }
return table; return E('div', { 'class': 'cbi-section' }, table);
}, },
renderContent: function(data) { renderContent: function(data) {