diff options
Diffstat (limited to 'applications/luci-app-uhttpd/root/usr')
-rw-r--r-- | applications/luci-app-uhttpd/root/usr/share/luci/menu.d/luci-app-uhttpd.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/applications/luci-app-uhttpd/root/usr/share/luci/menu.d/luci-app-uhttpd.json b/applications/luci-app-uhttpd/root/usr/share/luci/menu.d/luci-app-uhttpd.json new file mode 100644 index 000000000..44619ad06 --- /dev/null +++ b/applications/luci-app-uhttpd/root/usr/share/luci/menu.d/luci-app-uhttpd.json @@ -0,0 +1,13 @@ +{ + "admin/services/uhttpd/*": { + "title": "uHTTPd", + "action": { + "type": "cbi", + "path": "uhttpd/uhttpd", + "post": { "cbi.submit": true } + }, + "depends": { + "uci": { "uhttpd": true } + } + } +} |