diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-12-05 08:48:35 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-12-10 13:41:34 +0100 |
commit | 76e9c0305ed65480e0d1e3e86d831ac24de98bcd (patch) | |
tree | b5059bb0b138d4acd48f54814205f43ea888d878 /modules/luci-base/luasrc/view/cbi/nsection.htm | |
parent | 747e10bae6e9ec45e7d10f962c8c25ae804e97e7 (diff) |
luci-base: rework ui tabbing code
- Instantiate tab menus on the client side
- Simplify server side markup generation
- Show error indicators in cbi tabs
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'modules/luci-base/luasrc/view/cbi/nsection.htm')
-rw-r--r-- | modules/luci-base/luasrc/view/cbi/nsection.htm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/luci-base/luasrc/view/cbi/nsection.htm b/modules/luci-base/luasrc/view/cbi/nsection.htm index 63abc57734..14232e3d94 100644 --- a/modules/luci-base/luasrc/view/cbi/nsection.htm +++ b/modules/luci-base/luasrc/view/cbi/nsection.htm @@ -11,7 +11,6 @@ <input type="submit" class="cbi-button" name="cbi.rns.<%=self.config%>.<%=section%>" value="<%:Delete%>" /> </div> <%- end %> - <%+cbi/tabmenu%> <div class="cbi-section-node<% if self.tabs then %> cbi-section-node-tabbed<% end %>" id="cbi-<%=self.config%>-<%=section%>"> <%+cbi/ucisection%> </div> |