Disabled unused services
This commit is contained in:
parent
f0e8b90316
commit
fe60481b1f
|
@ -1,4 +1,4 @@
|
||||||
{
|
/* {
|
||||||
"module": "locator",
|
"module": "locator",
|
||||||
"name": "Locator",
|
"name": "Locator",
|
||||||
"icon": "add_location",
|
"icon": "add_location",
|
||||||
|
@ -11,4 +11,4 @@
|
||||||
"acl": ["developer"]
|
"acl": ["developer"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
} */
|
|
@ -2,9 +2,9 @@ auth: []
|
||||||
client: []
|
client: []
|
||||||
core: []
|
core: []
|
||||||
item: []
|
item: []
|
||||||
locator: []
|
#locator: []
|
||||||
production: []
|
#production: []
|
||||||
salix: []
|
salix: []
|
||||||
route: []
|
#route: []
|
||||||
ticket: [item]
|
ticket: [item]
|
||||||
order: []
|
order: []
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
/* {
|
||||||
"module": "production",
|
"module": "production",
|
||||||
"name": "Production",
|
"name": "Production",
|
||||||
"icon": "local_florist",
|
"icon": "local_florist",
|
||||||
|
@ -11,4 +11,4 @@
|
||||||
"acl": ["developer"]
|
"acl": ["developer"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
} */
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
/* {
|
||||||
"module": "route",
|
"module": "route",
|
||||||
"name": "Routes",
|
"name": "Routes",
|
||||||
"icon" : "local_shipping",
|
"icon" : "local_shipping",
|
||||||
|
@ -65,4 +65,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
} */
|
Loading…
Reference in New Issue