diff options
Diffstat (limited to 'applications/luci-app-statistics/root/usr/share')
-rw-r--r-- | applications/luci-app-statistics/root/usr/share/luci/menu.d/luci-app-statistics.json | 30 |
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 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" + } + } +} |