29 lines
498 B
JSON
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"
|
|
]
|
|
}
|