From 625abbfdbe94dada023ebd8ea69778173d1a7351 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 5 Feb 2020 16:51:19 +0100 Subject: treewide: convert simple Lua controllers to declarative JSON Signed-off-by: Jo-Philipp Wich --- .../root/usr/share/luci/menu.d/luci-app-siitwizard.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 applications/luci-app-siitwizard/root/usr/share/luci/menu.d/luci-app-siitwizard.json (limited to 'applications/luci-app-siitwizard/root/usr/share') 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 } + } + } +} -- cgit v1.2.3