1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-15 03:51:51 +00:00
openmptcprouter-feeds/luci-mod-dashboard/root/usr/share/luci/menu.d/luci-mod-dashboard.json

14 lines
194 B
JSON
Raw Normal View History

2020-09-18 18:50:14 +00:00
{
"admin/dashboard": {
"title": "Dashboard",
2024-03-29 08:51:44 +00:00
"order": 5,
2020-09-18 18:50:14 +00:00
"action": {
"type": "view",
"path": "dashboard/index"
},
"depends": {
"acl": [ "luci-mod-dashboard-index" ]
}
}
}