From 36e66aeba0e3e1414544d16078d28cb65c2c961c Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Tue, 25 Feb 2020 17:08:47 +0000 Subject: luci-app-pagekitec: convert pagekite ui to js Adds support for the simple_ws option as well, added in the package itself. Signed-off-by: Karl Palsson --- .../root/usr/share/luci/menu.d/luci-app-pagekitec.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'applications/luci-app-pagekitec/root') diff --git a/applications/luci-app-pagekitec/root/usr/share/luci/menu.d/luci-app-pagekitec.json b/applications/luci-app-pagekitec/root/usr/share/luci/menu.d/luci-app-pagekitec.json index 54af904c51..fbbda3a268 100644 --- a/applications/luci-app-pagekitec/root/usr/share/luci/menu.d/luci-app-pagekitec.json +++ b/applications/luci-app-pagekitec/root/usr/share/luci/menu.d/luci-app-pagekitec.json @@ -2,9 +2,8 @@ "admin/services/pagekitec": { "title": "PageKite", "action": { - "type": "cbi", - "path": "pagekitec", - "post": { "cbi.submit": true } + "type": "view", + "path": "pagekitec" } } } -- cgit v1.2.3