op-packages/luci-app-shadowrt/luasrc/model/cbi/shadowrt/overview.lua
github-actions[bot] 32600acc60 🌴 Sync 2026-03-05 23:51:42
2026-03-05 23:51:42 +08:00

15 lines
286 B
Lua

--[[
LuCI - Lua Configuration Interface
]]--
local m, s, o
m = SimpleForm("shadowrt", translate("ShadoWRT"), translate("ShadoWRT can create isolated clones of iStoreOS/OpenWRT."))
m.submit = false
m.reset = false
s = m:section(SimpleSection)
s.template = "shadowrt/status"
return m