summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/luasrc/view/cbi/tsection.htm
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2018-12-05 08:48:35 +0100
committerJo-Philipp Wich <jo@mein.io>2018-12-10 13:41:34 +0100
commit76e9c0305ed65480e0d1e3e86d831ac24de98bcd (patch)
treeb5059bb0b138d4acd48f54814205f43ea888d878 /modules/luci-base/luasrc/view/cbi/tsection.htm
parent747e10bae6e9ec45e7d10f962c8c25ae804e97e7 (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/tsection.htm')
-rw-r--r--modules/luci-base/luasrc/view/cbi/tsection.htm2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/luci-base/luasrc/view/cbi/tsection.htm b/modules/luci-base/luasrc/view/cbi/tsection.htm
index 1a13df0c0..547a79332 100644
--- a/modules/luci-base/luasrc/view/cbi/tsection.htm
+++ b/modules/luci-base/luasrc/view/cbi/tsection.htm
@@ -18,8 +18,6 @@
<h3><%=section:upper()%></h3>
<%- 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>