luci/applications/luci-app-squid/root/usr/share/luci/menu.d/luci-app-squid.json
Jo-Philipp Wich 625abbfdbe treewide: convert simple Lua controllers to declarative JSON
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-02-05 16:52:58 +01:00

10 lines
144 B
JSON

{
"admin/services/squid": {
"title": "Squid",
"action": {
"type": "cbi",
"path": "squid",
"post": { "cbi.submit": true }
}
}
}