diff options
author | Florian Eckert <fe@dev.tdt.de> | 2020-04-22 12:00:15 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2020-06-10 08:44:58 +0200 |
commit | f68e5c1071b0006cd62ca32ecbd349f028607d26 (patch) | |
tree | 28d5f3c4d28281e94e71f6ffd5ea1a3f7d58b6bd /applications/luci-app-dockerman/luasrc/view/dockerman/cbi/namedsection.htm | |
parent | 16f443bf4caf6e7dd85efd1ce111b45779acdf5e (diff) |
luci-app-dockerman: initial checkin
Inital commit version v0.5.13 from https://github.com/lisaac/luci-app-dockerman
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'applications/luci-app-dockerman/luasrc/view/dockerman/cbi/namedsection.htm')
-rw-r--r-- | applications/luci-app-dockerman/luasrc/view/dockerman/cbi/namedsection.htm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/applications/luci-app-dockerman/luasrc/view/dockerman/cbi/namedsection.htm b/applications/luci-app-dockerman/luasrc/view/dockerman/cbi/namedsection.htm new file mode 100644 index 000000000..244d2c10a --- /dev/null +++ b/applications/luci-app-dockerman/luasrc/view/dockerman/cbi/namedsection.htm @@ -0,0 +1,9 @@ +<% if self:cfgvalue(self.section) then section = self.section %> + <div class="cbi-section" id="cbi-<%=self.config%>-<%=section%>"> + <%+cbi/tabmenu%> + <div class="cbi-section-node<% if self.tabs then %> cbi-section-node-tabbed<% end %>" id="cbi-<%=self.config%>-<%=section%>"> + <%+cbi/ucisection%> + </div> + </div> +<% end %> +<!-- /nsection --> |