ed
This commit is contained in:
parent
48a36209b5
commit
884f3df7cf
262 changed files with 223207 additions and 2 deletions
28
resources/[jobs]/[mdt]/myMechanicMDT/html/js/conf/nav.js
Normal file
28
resources/[jobs]/[mdt]/myMechanicMDT/html/js/conf/nav.js
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
const navigation = {
|
||||
"mechanic" : {
|
||||
"none":[
|
||||
{key:"dashboard", img:"fa-solid fa-chart-line","destination":"dashboard.dataload", "forceReload":true, "rightkey" :null },
|
||||
{key:"notes", img:"fa-solid fa-circle-info","destination":"notes.dataload", "forceReload":true, "rightkey" :null }
|
||||
],
|
||||
"customers":[
|
||||
{key:"customers", img:"fa-regular fa-file", "destination":"files.overview", "forceReload":true, "rightkey" :"files.view"},
|
||||
{key:"regvehicle", img:"fa-solid fa-car","destination":"regvehicle.overview", "forceReload":true, "rightkey" :"regvehicles.view"},
|
||||
{key:"regvehicle_noomot", img:"fa-solid fa-car","destination":"regvehicle_nomot.overview", "forceReload":true, "rightkey" :"regvehicles.view"},
|
||||
],
|
||||
"employees":[
|
||||
{key:"employees", img:"fa-solid fa-people-group","destination":"employees.overview", "forceReload":true, "rightkey" :"employees.view"},
|
||||
{key:"trainings", img:"fa-solid fa-graduation-cap","destination":"trainings.overview", "forceReload":true, "rightkey" :"trainings.view"},
|
||||
{key:"missionreport", img:"fa-solid fa-file-lines","destination":"missionreport.overview", "forceReload":true, "rightkey" :"missionreport.view"},
|
||||
],
|
||||
"radiotraffic":[
|
||||
{key:"radiostate", img:"fa-solid fa-tower-broadcast","destination":"radiostate.overview", "forceReload":true, "rightkey" :null},
|
||||
{key:"emergencyvehicle", img:"fa-solid fa-car-on","destination":"emergencyvehicle.overview", "forceReload":true, "rightkey" :null},
|
||||
{key:"controlcentre", "img":"fa-solid fa-building-flag", "destination":"controlcentre.dataload", "forceReload":true, "rightkey" :"controlcentre.view"},
|
||||
],
|
||||
"system":[
|
||||
{key:"rankmanagement", img:"fa-solid fa-user-group","destination":"rankmanagement.dataload", "forceReload":true, "rightkey" :"isboss"},
|
||||
{key:"pricelistgroups", img:"fa-solid fa-dollar-sign","destination":"pricelistgroups.dataload", "forceReload":true, "rightkey" :"pricelists.view"},
|
||||
{key:"tuningoptions", img:"fa-regular fa-newspaper","destination":"tuningoptions.overview", "forceReload":true, "rightkey" :"parts_acceptance.view"},
|
||||
]
|
||||
}
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue