mirror of https://github.com/openwrt/luci.git
luci-mod-dsl: add missing css class cbi-section
Signed-off-by: Florian Eckert <fe@dev.tdt.de>pull/7080/head
parent
f79634dc3e
commit
5fa5c776b4
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue