diff options
Diffstat (limited to 'applications/luci-app-watchcat/root/usr')
-rw-r--r-- | applications/luci-app-watchcat/root/usr/share/luci/menu.d/luci-app-watchcat.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/applications/luci-app-watchcat/root/usr/share/luci/menu.d/luci-app-watchcat.json b/applications/luci-app-watchcat/root/usr/share/luci/menu.d/luci-app-watchcat.json new file mode 100644 index 0000000000..d1eba7b438 --- /dev/null +++ b/applications/luci-app-watchcat/root/usr/share/luci/menu.d/luci-app-watchcat.json @@ -0,0 +1,14 @@ +{ + "admin/services/watchcat": { + "title": "Watchcat", + "order": 90, + "action": { + "type": "cbi", + "path": "watchcat/watchcat", + "post": { "cbi.submit": true } + }, + "depends": { + "uci": { "system": true } + } + } +} |