Files
2026-06-17 14:00:51 +02:00

29 lines
498 B
JSON

{
"dependencies":[
"pascalprecht.translate",
"patternfly.table",
"patternfly.toolbars"
],
"navigation":[
{
"path": "roster",
"href": "/roster",
"iconClass": "fa fa-train",
"title": "translate:ROSTER.ROSTER"
}
],
"routes":[
{
"when": "/roster",
"template": "/web/roster/index.html",
"controller": "RosterCtrl"
}
],
"sources":[
"web/roster/script.js"
],
"translations":[
"web/roster/locale-*.json"
]
}