Fix no credentials found not showing
This commit is contained in:
Родитель
69e1c62312
Коммит
5a642475fe
|
@ -1,5 +1,5 @@
|
|||
<div class="list">
|
||||
<div class="list-item no-hover" ng-show="!found_credentials">
|
||||
<div class="list-item no-hover" ng-show="found_credentials.length === 0">
|
||||
{{ 'no_credentials_found_for_site' | translate}}
|
||||
</div>
|
||||
<!-- <div ng-show="found_credentials.length > 0">{{'credentials_found_for_site' | translate:found_credentials.length.toString() }}</div> -->
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="list" style="padding-right: 15px;">
|
||||
<div class="list-item no-hover" ng-show="!found_credentials">
|
||||
<div class="list-item no-hover" ng-show="found_credentials.length === 0">
|
||||
{{'no_credentials_found' | translate}}
|
||||
</div>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче