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
Ycarus (Yannick Chabanois) 1fa7e61785 Increase mod dashboard order
2024-03-29 09:51:44 +01:00

13 lines
194 B
JSON

{
"admin/dashboard": {
"title": "Dashboard",
"order": 5,
"action": {
"type": "view",
"path": "dashboard/index"
},
"depends": {
"acl": [ "luci-mod-dashboard-index" ]
}
}
}