luci-app-ssr-plus: deal with wrong node info
This commit is contained in:
parent
87922d5874
commit
ffda8423f9
@ -92,7 +92,7 @@ end
|
|||||||
|
|
||||||
o = s:option(DummyValue, "type", translate("Type"))
|
o = s:option(DummyValue, "type", translate("Type"))
|
||||||
function o.cfgvalue(...)
|
function o.cfgvalue(...)
|
||||||
return string.upper(Value.cfgvalue(...)) or translate("")
|
return string.upper(Value.cfgvalue(...) or "")
|
||||||
end
|
end
|
||||||
|
|
||||||
o = s:option(DummyValue, "alias", translate("Alias"))
|
o = s:option(DummyValue, "alias", translate("Alias"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user