diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-06-25 09:51:18 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-06-25 09:51:18 +0200 |
commit | 18d92aca53f40867b1f87898410fc8ddc870fb0c (patch) | |
tree | a8d0d0611dd33fa94a0e254b16a034bf397ad6b3 /modules/luci-base/luasrc | |
parent | e3d02b1a499b681516961fdee68a5c29d6033a3e (diff) |
luci-base: annotate tblsection description row as well
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'modules/luci-base/luasrc')
-rw-r--r-- | modules/luci-base/luasrc/view/cbi/tblsection.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-base/luasrc/view/cbi/tblsection.htm b/modules/luci-base/luasrc/view/cbi/tblsection.htm index 76434f7e2..348e9922b 100644 --- a/modules/luci-base/luasrc/view/cbi/tblsection.htm +++ b/modules/luci-base/luasrc/view/cbi/tblsection.htm @@ -42,7 +42,7 @@ end <div class="th cbi-section-table-cell cbi-section-actions"></div> <%- count = count + 1; end -%> </div> - <div class="tr cbi-section-table-descr"> + <div class="tr cbi-section-table-descr <%=(not self.anonymous or self.sectiontitle) and "named" or "anonymous"%>"> <%- for i, k in pairs(self.children) do if not k.optional then -%> <div class="th cbi-section-table-cell"<%= width(k) .. |