luci-mod-dsl: add missing css class cbi-section
authorFlorian Eckert <fe@dev.tdt.de>
Tue, 23 Apr 2024 11:13:22 +0000 (13:13 +0200)
committerFlorian Eckert <fe@dev.tdt.de>
Tue, 23 Apr 2024 12:51:01 +0000 (14:51 +0200)
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js

index ee9b1d20e154bf511a8e65d0fa3ded846b9ac9fc..d48f2d8b635db9a536a390db2667bc44070668b4 100644 (file)
@@ -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) {