Disabled unused services

This commit is contained in:
Joan Sanchez 2018-05-16 13:26:36 +02:00
parent f0e8b90316
commit fe60481b1f
8 changed files with 9 additions and 9 deletions

View File

@ -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"]
} }
] ]
} } */

View File

@ -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: []

View File

@ -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"]
} }
] ]
} } */

View File

@ -1,4 +1,4 @@
{ /* {
"module": "route", "module": "route",
"name": "Routes", "name": "Routes",
"icon" : "local_shipping", "icon" : "local_shipping",
@ -65,4 +65,4 @@
} }
} }
] ]
} } */