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