summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-mod-dsl/htdocs/luci-static
diff options
context:
space:
mode:
Diffstat (limited to 'modules/luci-mod-dsl/htdocs/luci-static')
-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) {