Skip to content
Snippets Groups Projects
Commit 25d8b18f authored by kokel's avatar kokel
Browse files

gluon-luci-node-role: activate reset button

parent 0c80e786
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,6 @@ local config = 'gluon-node-info' ...@@ -8,7 +8,6 @@ local config = 'gluon-node-info'
local role = uci:get(config, uci:get_first(config, "system"), "role") local role = uci:get(config, uci:get_first(config, "system"), "role")
f = SimpleForm("role", i18n.translate("Node role")) f = SimpleForm("role", i18n.translate("Node role"))
f.reset = false
f.template = "admin/expertmode" f.template = "admin/expertmode"
s = f:section(SimpleSection, nil, i18n.translate( s = f:section(SimpleSection, nil, i18n.translate(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment