mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 19:01:56 +00:00
Fixed last commit
This commit is contained in:
@@ -147,7 +147,7 @@ end
|
||||
%>
|
||||
<div><%:config%>
|
||||
<% if ucic > 0 then %>
|
||||
<% submenu(category .. "/uci/", tree.nodes[category].nodes["uci"]) -%>
|
||||
<% submenu("/" .. category .. "/uci/", tree.nodes[category].nodes["uci"]) -%>
|
||||
<% else %>
|
||||
<ul>
|
||||
<li><%:changes%>: 0</li>
|
||||
|
||||
@@ -174,7 +174,7 @@ end
|
||||
<div>
|
||||
<% if ucic > 0 then %>
|
||||
<a class="warning" href="<%=controller%>/<%=category%>/uci/changes"><%:unsavedchanges%>: <%=ucic%></a>
|
||||
<% submenu(category .. "/uci/", tree.nodes[category].nodes["uci"]) -%>
|
||||
<% submenu("/" .. category .. "/uci/", tree.nodes[category].nodes["uci"]) -%>
|
||||
<% else %>
|
||||
<a href="#"><%:changes%>: 0</a>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user