From 986baa5ccee13692e9c1ef5a23535e15b7fcb948 Mon Sep 17 00:00:00 2001 From: Daniel Dickinson Date: Wed, 2 Dec 2015 00:52:37 -0500 Subject: applications: firewall: Add time and date for rules and redirects UCI config for the firewall has the option of specifying time and date limitations; add these options the UI. --- modules/luci-base/luasrc/view/cbi/mvalue.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/luci-base') diff --git a/modules/luci-base/luasrc/view/cbi/mvalue.htm b/modules/luci-base/luasrc/view/cbi/mvalue.htm index 6a0b3881d0..5d092610ed 100644 --- a/modules/luci-base/luasrc/view/cbi/mvalue.htm +++ b/modules/luci-base/luasrc/view/cbi/mvalue.htm @@ -12,7 +12,7 @@ c = c + 1 %> /> - ><%=self.vallist[i]%>
+ ><%=self.vallist[i]%><% if not self.oneline then %>
<% else %> <% end %> <% if c == self.size then c = 0 %>
<% end end %> <% end %> -- cgit v1.2.3