mirror of
https://github.com/Heleguo/lede.git
synced 2026-01-06 12:57:51 +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