mirror of
https://github.com/nextcloud/passman.git
synced 2025-12-29 11:42:58 +08:00
Added cursor:pointer to main_list
Signed-off-by: Felix Nüsse <Felix.nuesse@t-online.de>
This commit is contained in:
parent
045463b752
commit
5e6d73e3af
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@
|
|||
<i class="fa fa-share-alt" ng-if="credential.acl"></i>
|
||||
<i class="fa fa-share-alt-square" ng-if="credential.shared_key"> </i>
|
||||
</span>
|
||||
<span class="label">{{ ::credential.label}}</span>
|
||||
<a class="label">{{ ::credential.label}}</a>
|
||||
|
||||
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue