themes/openwrt.org: Fixed UCI change display
This commit is contained in:
parent
41efc83c17
commit
5510e082ca
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ end
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<%
|
<%
|
||||||
if tree.nodes[category].ucidata then
|
if tree.nodes[category] and tree.nodes[category].ucidata then
|
||||||
local ucic = 0
|
local ucic = 0
|
||||||
for i, j in pairs(require("luci.model.uci").changes()) do
|
for i, j in pairs(require("luci.model.uci").changes()) do
|
||||||
for k, l in pairs(j) do
|
for k, l in pairs(j) do
|
||||||
|
|
Loading…
Reference in a new issue