Files
openwrt-packages/luci-app-clash/luasrc/model/cbi/clash/overview.lua
2022-04-11 16:22:56 +08:00

14 lines
180 B
Lua

local m
local sys = require "luci.sys"
local uci = luci.model.uci.cursor()
m = Map("clash")
m:section(SimpleSection).template = "clash/status"
m.pageaction = false
return m