Merge branch 'test'

This commit is contained in:
Daniel Herrero 2017-11-16 08:21:25 +01:00
commit a5d54ff470
4 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
"url": "/locator",
"state": "locator",
"component": "vn-locator-index",
"acl": ["employee"]
"acl": ["developer"]
}
]
}

View File

@ -8,7 +8,7 @@
"url": "/production",
"state": "production",
"component": "vn-production-index",
"acl": ["employee"]
"acl": ["developer"]
}
]
}

View File

@ -14,7 +14,7 @@
"url": "/list",
"state": "routes.index",
"component": "vn-route-index",
"acl": ["employee"]
"acl": ["developer"]
},
{
"url": "/create",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 15 KiB