added acl to goToUser button on client and worker descriptors
This commit is contained in:
parent
2b4afdd04d
commit
1a045442d4
|
@ -94,6 +94,8 @@
|
||||||
</div>
|
</div>
|
||||||
<div ng-transclude="btnFour">
|
<div ng-transclude="btnFour">
|
||||||
<vn-quick-link
|
<vn-quick-link
|
||||||
|
vn-acl="hr"
|
||||||
|
vn-acl-action="remove"
|
||||||
tooltip="Go to user"
|
tooltip="Go to user"
|
||||||
state="['account.card.summary', {id: $ctrl.id}]"
|
state="['account.card.summary', {id: $ctrl.id}]"
|
||||||
icon="face">
|
icon="face">
|
||||||
|
|
|
@ -46,6 +46,8 @@
|
||||||
</div>
|
</div>
|
||||||
<div ng-transclude="btnTwo">
|
<div ng-transclude="btnTwo">
|
||||||
<vn-quick-link
|
<vn-quick-link
|
||||||
|
vn-acl="hr"
|
||||||
|
vn-acl-action="remove"
|
||||||
tooltip="Go to user"
|
tooltip="Go to user"
|
||||||
state="['account.card.summary', {id: $ctrl.id}]"
|
state="['account.card.summary', {id: $ctrl.id}]"
|
||||||
icon="face">
|
icon="face">
|
||||||
|
|
Loading…
Reference in New Issue