summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-mod-dsl/htdocs
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2024-04-23 13:13:22 +0200
committerFlorian Eckert <fe@dev.tdt.de>2024-04-23 14:51:01 +0200
commit5fa5c776b451b4b0ea550b767b42552f1c4108da (patch)
tree5dd17b292d5b9eaec3d9e87c02804f2d3f59f6d6 /modules/luci-mod-dsl/htdocs
parentf79634dc3e18671b3a2fd992d67d0c68fadd84dc (diff)
luci-mod-dsl: add missing css class cbi-section
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'modules/luci-mod-dsl/htdocs')
-rw-r--r--modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js b/modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js
index ee9b1d20e1..d48f2d8b63 100644
--- a/modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js
+++ b/modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js
@@ -59,7 +59,7 @@ return view.extend({
]));
}
- return table;
+ return E('div', { 'class': 'cbi-section' }, table);
},
renderTable: function(data) {
@@ -80,7 +80,7 @@ return view.extend({
]));
}
- return table;
+ return E('div', { 'class': 'cbi-section' }, table);
},
renderContent: function(data) {