mirror of
https://github.com/nextcloud/passman.git
synced 2024-11-15 12:32:46 +08:00
Added move-button to edit_credential-breadcrumb (wip)
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
This commit is contained in:
parent
c8852839fc
commit
e3f8c5573d
1 changed files with 9 additions and 1 deletions
|
@ -13,8 +13,16 @@
|
|||
"{{storedCredential.label}}"</a>
|
||||
<a ng-if="!storedCredential.credential_id">{{ 'create.credential' | translate}}</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="addCredential">
|
||||
<button>{{ 'folderpath.move' | translate}}<div folder-picker="storedCredential"
|
||||
folder="FolderList"
|
||||
class=""
|
||||
ng-class="{'icon-settings-dark':hovering}"
|
||||
ng-mouseenter="hovering=true"
|
||||
ng-mouseleave="hovering=false"></div></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
|
|
Loading…
Reference in a new issue