mirror of
https://github.com/nextcloud/passman.git
synced 2024-11-11 01:34:12 +08:00
Fixed action-link&list in password-audit
Signed-off-by: Felix Nüsse <Felix.nuesse@t-online.de>
This commit is contained in:
parent
ba194abcca
commit
752678aa74
1 changed files with 3 additions and 5 deletions
|
@ -28,15 +28,13 @@
|
|||
<tr ng-repeat="result in scan_result | orderBy:'password_zxcvbn_result.score'">
|
||||
<td>{{result.label}}</td>
|
||||
<td class="score">
|
||||
<ng-password-meter
|
||||
password="result.password"></ng-password-meter>
|
||||
<ng-password-meter password="result.password"></ng-password-meter>
|
||||
</td>
|
||||
<td>
|
||||
<span credential-field value="result.password"
|
||||
secret="'true'"></span>
|
||||
<span credential-field value="result.password" secret="'true'"></span>
|
||||
</td>
|
||||
<td>
|
||||
<a class="link" ng-href="#/vault/{{active_vault.guid}}/edit/{{result.guid}}" tooltip="{{ 'edit.credential' | translate}}"><i class="fa fa-edit"></i></a>
|
||||
<a class="link" href="#/vault/{{active_vault.guid}}/edit/{{result.guid}}" tooltip="{{ 'Edit credential' | translate}}"><i class="fa fa-edit"></i></a>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in a new issue