luci/applications/luci-app-travelmate/root/usr/share/luci/menu.d/luci-app-travelmate.json
Dirk Brenken e3b357ac0e
luci-app-travelmate: release 2.0
- sync with travelmate 2.0
- app migrated to client side JS

Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-09-19 00:01:07 +02:00

42 lines
827 B
JSON

{
"admin/services/travelmate": {
"title": "Travelmate",
"order": "60",
"action": {
"type": "alias",
"path": "admin/services/travelmate/overview"
},
"depends": {
"acl": [ "luci-app-travelmate" ],
"fs": {
"/usr/bin/travelmate.sh": "executable",
"/etc/init.d/travelmate": "executable"
},
"uci": { "travelmate": true }
}
},
"admin/services/travelmate/overview": {
"title": "Overview",
"order": 10,
"action": {
"type": "view",
"path": "travelmate/overview"
}
},
"admin/services/travelmate/stations": {
"title": "Wireless Stations",
"order": 20,
"action": {
"type": "view",
"path": "travelmate/stations"
}
},
"admin/services/travelmate/logread": {
"title": "Log View",
"order": 30,
"action": {
"type": "view",
"path": "travelmate/logread"
}
}
}