luci-app-fogvdn: fix wrong typo

This commit is contained in:
coolsnowwolf 2025-03-08 17:08:17 +08:00 committed by GitHub
parent 2f337aa482
commit 46e9727846
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,11 +39,6 @@ if fs.access(storage_info_file) then
end
end
end
option = s:option(DummyValue, "_"..k,translate(k))
option.value = v
end
end
end
openfog_link=s:option(DummyValue, "openfog_link", translate("<input type=\"button\" class=\"cbi-button cbi-button-apply\" value=\"Openfogos.com\" onclick=\"window.open('https://openfogos.com/')\" />"))
openfog_link.description = translate("OpenFogOS Official Website")