fix(workerDescriptor): show account button
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
a5682e9a0d
commit
89967b8538
|
@ -38,7 +38,7 @@
|
||||||
</vn-label-value>
|
</vn-label-value>
|
||||||
<vn-label-value
|
<vn-label-value
|
||||||
label="Extension"
|
label="Extension"
|
||||||
>
|
>
|
||||||
<vn-link-phone
|
<vn-link-phone
|
||||||
phone-number="$ctrl.worker.sip.extension"
|
phone-number="$ctrl.worker.sip.extension"
|
||||||
></vn-link-phone>
|
></vn-link-phone>
|
||||||
|
@ -61,8 +61,6 @@
|
||||||
</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">
|
||||||
|
@ -75,13 +73,13 @@
|
||||||
<vn-popup vn-id="summary">
|
<vn-popup vn-id="summary">
|
||||||
<vn-worker-summary worker="$ctrl.worker"></vn-worker-summary>
|
<vn-worker-summary worker="$ctrl.worker"></vn-worker-summary>
|
||||||
</vn-popup>
|
</vn-popup>
|
||||||
<vn-dialog
|
<vn-dialog
|
||||||
vn-id="setPassword"
|
vn-id="setPassword"
|
||||||
on-accept="$ctrl.setPassword($ctrl.worker.password)"
|
on-accept="$ctrl.setPassword($ctrl.worker.password)"
|
||||||
message="Reset password"
|
message="Reset password"
|
||||||
>
|
>
|
||||||
<tpl-body>
|
<tpl-body>
|
||||||
<vn-textfield
|
<vn-textfield
|
||||||
vn-one
|
vn-one
|
||||||
label="New password"
|
label="New password"
|
||||||
required="true"
|
required="true"
|
||||||
|
|
Loading…
Reference in New Issue