1
0
mirror of https://github.com/kenzok8/small-package synced 2025-09-20 19:11:30 +08:00
Files
small-package/luci-app-argon-config/luasrc/controller/argon-config.lua
github-actions[bot] 7be2b15d1a update-09.05
2021-09-05 16:50:22 +08:00

14 lines
285 B
Lua

--[[
luci-app-argon-config
]]--
module("luci.controller.argon-config", package.seeall)
function index()
if not nixio.fs.access('/www/luci-static/argon/css/cascade.css') then
return
end
entry({"admin", "system", "argon-config"}, form("argon-config"), _("Argon Config"), 90)
end