mirror of
https://github.com/nextcloud/passman.git
synced 2025-11-09 21:51:36 +08:00
Removed new entry from showing if trashbin is selected
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
This commit is contained in:
parent
01b4ffa9ce
commit
10e7fb42c5
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
<div class="crumb svg" ng-click="clearState()">
|
||||
<span>{{active_vault.name}}</span>
|
||||
</div>
|
||||
<div class="crumb svg last">
|
||||
<div class="crumb svg last" ng-hide="delete_time>0">
|
||||
<span ng-click="addCredential()">{{ 'New' | translate}}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue