treewide: transition div tables to actual table markup
[project/luci.git] / applications / luci-app-vnstat2 / htdocs / luci-static / resources / view / vnstat2 / config.js
index 46781442a3a7a5d691d811fdd04c26b18da4c7eb..10cd85641c0ee0aa174c3a0e34cf7722705c953b 100644 (file)
@@ -76,10 +76,10 @@ return view.extend({
                };
 
                o.render = L.bind(function(view, section_id) {
-                       var table = E('div', { 'class': 'table' }, [
-                               E('div', { 'class': 'tr table-titles' }, [
-                                       E('div', { 'class': 'th' }, _('Interface')),
-                                       E('div', { 'class': 'th right' }, _('Delete'))
+                       var table = E('table', { 'class': 'table' }, [
+                               E('tr', { 'class': 'tr table-titles' }, [
+                                       E('th', { 'class': 'th' }, _('Interface')),
+                                       E('th', { 'class': 'th right' }, _('Delete'))
                                ])
                        ]);