diff --git a/modules/worker/front/routes.json b/modules/worker/front/routes.json index e13413d0f..cb2823484 100644 --- a/modules/worker/front/routes.json +++ b/modules/worker/front/routes.json @@ -17,8 +17,7 @@ "url": "/index?q", "state": "worker.index", "component": "vn-worker-index", - "description": "Workers", - "acl": ["developer"] + "description": "Workers" }, { "url" : "/summary", "state": "worker.card.summary", @@ -40,7 +39,8 @@ "description": "Basic data", "params": { "worker": "$ctrl.worker" - } + }, + "acl": ["developer"] } ] } \ No newline at end of file diff --git a/modules/worker/front/summary/index.html b/modules/worker/front/summary/index.html index 429db6d98..bc58e7bf1 100644 --- a/modules/worker/front/summary/index.html +++ b/modules/worker/front/summary/index.html @@ -6,9 +6,6 @@ - -