From 9680fdea9e2e38bfafe0d97967925dd9fc836a05 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 13 Feb 2020 20:45:26 +0100 Subject: luci-app-statistics: convert graph rendering to client side js This conversion requires cgi-io >= version 17 and uhttpd version >= 2020-02-12 to function properly. Signed-off-by: Jo-Philipp Wich --- .../usr/share/luci/menu.d/luci-app-statistics.json | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json (limited to 'applications/luci-app-statistics/root/usr/share') diff --git a/applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json b/applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json new file mode 100644 index 0000000000..4a14b6954c --- /dev/null +++ b/applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json @@ -0,0 +1,30 @@ +{ + "admin/statistics": { + "title": "Statistics", + "order": 80, + "action": { + "type": "firstchild" + }, + "depends": { + "uci": { "luci_statistics": true } + } + }, + + "admin/statistics/graphs": { + "title": "Graphs", + "order": 10, + "action": { + "type": "view", + "path": "statistics/graphs" + } + }, + + "admin/statistics/collectd": { + "title": "Setup", + "order": 20, + "action": { + "type": "view", + "path": "statistics/collectd" + } + } +} -- cgit v1.2.3