diff options
Diffstat (limited to 'applications/luci-app-siitwizard/root/usr/share')
-rw-r--r-- | applications/luci-app-siitwizard/root/usr/share/luci/menu.d/luci-app-siitwizard.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/applications/luci-app-siitwizard/root/usr/share/luci/menu.d/luci-app-siitwizard.json b/applications/luci-app-siitwizard/root/usr/share/luci/menu.d/luci-app-siitwizard.json new file mode 100644 index 0000000000..3f64bea837 --- /dev/null +++ b/applications/luci-app-siitwizard/root/usr/share/luci/menu.d/luci-app-siitwizard.json @@ -0,0 +1,11 @@ +{ + "admin/network/siitwizard": { + "title": "SIIT 4over6 assistant", + "order": 99, + "action": { + "type": "form", + "path": "clamav", + "post": { "cbi.submit": true } + } + } +} |