From: Florian Eckert Date: Tue, 7 Jul 2020 15:00:40 +0000 (+0200) Subject: luci-app-dockerman: add btn css class to button input X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=1f8e181f0720d9131247665047e14e27c34e1cf4;p=openwrt-luci.git luci-app-dockerman: add btn css class to button input Signed-off-by: Florian Eckert --- diff --git a/applications/luci-app-dockerman/luasrc/view/dockerman/cbi/inlinebutton.htm b/applications/luci-app-dockerman/luasrc/view/dockerman/cbi/inlinebutton.htm index b1b1932571..a061a6dba6 100644 --- a/applications/luci-app-dockerman/luasrc/view/dockerman/cbi/inlinebutton.htm +++ b/applications/luci-app-dockerman/luasrc/view/dockerman/cbi/inlinebutton.htm @@ -1,6 +1,6 @@
<% if self:cfgvalue(section) ~= false then %> - " type="submit"" <% if self.disable then %>disabled <% end %><%= attr("name", cbid) .. attr("id", cbid) .. attr("value", self.inputtitle or self.title)%> /> + " type="submit"" <% if self.disable then %>disabled <% end %><%= attr("name", cbid) .. attr("id", cbid) .. attr("value", self.inputtitle or self.title)%> /> <% else %> - <% end %> diff --git a/applications/luci-app-dockerman/luasrc/view/dockerman/cbi/inlinevalue.htm b/applications/luci-app-dockerman/luasrc/view/dockerman/cbi/inlinevalue.htm index 51c97f5c97..e4b0cf7a08 100644 --- a/applications/luci-app-dockerman/luasrc/view/dockerman/cbi/inlinevalue.htm +++ b/applications/luci-app-dockerman/luasrc/view/dockerman/cbi/inlinevalue.htm @@ -28,6 +28,6 @@ ifattr(#self.keylist > 0, "data-choices", { self.keylist, self.vallist }) %> /> <%- if self.password then -%> -
∗
+
∗
<% end %>
diff --git a/applications/luci-app-dockerman/luasrc/view/dockerman/container_file.htm b/applications/luci-app-dockerman/luasrc/view/dockerman/container_file.htm index c0778329ff..8be43fbddb 100644 --- a/applications/luci-app-dockerman/luasrc/view/dockerman/container_file.htm +++ b/applications/luci-app-dockerman/luasrc/view/dockerman/container_file.htm @@ -11,8 +11,8 @@
- - + +
<%+cbi/valueheader%> - + <%+cbi/valuefooter%>