mirror of
https://github.com/nextcloud/passman.git
synced 2024-12-26 01:24:35 +08:00
Double click on credential row to edit
This commit is contained in:
parent
3b283cf1ce
commit
5c213bee82
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
@ -45,7 +45,7 @@
|
|||
ng-if="view_mode === 'list'">
|
||||
<tr ng-repeat="credential in filtered_credentials | orderBy:'label'"
|
||||
ng-if="showCredentialRow(credential)"
|
||||
ng-click="selectCredential(credential)"
|
||||
ng-click="selectCredential(credential)" ng-dblclick="editCredential(credential)"
|
||||
ng-class="{'selected': selectedCredential.credential_id == credential.credential_id}">
|
||||
<td>
|
||||
<span class="tags">
|
||||
|
|
Loading…
Reference in a new issue