2021-12-03 20:31:31 +08:00
|
|
|
--[[
|
|
|
|
luci-app-argonne-config
|
|
|
|
]]--
|
|
|
|
|
|
|
|
module("luci.controller.argonne-config", package.seeall)
|
|
|
|
|
|
|
|
function index()
|
|
|
|
if not nixio.fs.access('/www/luci-static/argonne/css/cascade.css') then
|
|
|
|
return
|
|
|
|
end
|
|
|
|
|
2021-12-21 09:08:01 +08:00
|
|
|
entry({"admin", "system", "argonne-config"}, form("argonne-config"), _("Argonne Config"), 90)
|
2021-12-03 20:31:31 +08:00
|
|
|
end
|