summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-statistics/root
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2020-02-13 20:45:26 +0100
committerJo-Philipp Wich <jo@mein.io>2020-02-13 20:45:26 +0100
commit9680fdea9e2e38bfafe0d97967925dd9fc836a05 (patch)
treeccc5e30e098eab84c4eaf2da8bda97dbfd5a17df /applications/luci-app-statistics/root
parent1d47f0c1a913ccbcba86061daa20e1e336d7b559 (diff)
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 <jo@mein.io>
Diffstat (limited to 'applications/luci-app-statistics/root')
-rw-r--r--applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json30
1 files changed, 30 insertions, 0 deletions
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 000000000..4a14b6954
--- /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"
+ }
+ }
+}