mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
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"))
|
||||
function o.cfgvalue(...)
|
||||
return string.upper(Value.cfgvalue(...)) or translate("")
|
||||
return string.upper(Value.cfgvalue(...) or "")
|
||||
end
|
||||
|
||||
o = s:option(DummyValue, "alias", translate("Alias"))
|
||||
|
Loading…
Reference in New Issue
Block a user