diff --git a/modules/luci-base/luasrc/view/cbi/map.htm b/modules/luci-base/luasrc/view/cbi/map.htm
index e90c3f589f..7f256adf13 100644
--- a/modules/luci-base/luasrc/view/cbi/map.htm
+++ b/modules/luci-base/luasrc/view/cbi/map.htm
@@ -8,6 +8,27 @@
<% if self.title and #self.title > 0 then %>
<%=self.title%>
<% end %>
<% if self.description and #self.description > 0 then %><%=self.description%>
<% end %>
<%- if firstmap and applymap then cbi_apply_xhr(self.config, parsechain, redirect) end -%>
- <%- self:render_children() %>
+
+ <% if self.tabbed then %>
+
+ <% for i, section in ipairs(self.children) do %>
+ style="display:none"<% end %>>
+ <% section:render() %>
+
+
+ <% end %>
+ <% else %>
+ <%- self:render_children() %>
+ <% end %>