mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
fix
This commit is contained in:
@@ -180,12 +180,12 @@
|
||||
</ion-item-sliding>
|
||||
</div>
|
||||
|
||||
<div *ngIf="!TaskService.showLoader && AllProcess.length == 0"
|
||||
<div *ngIf="!TaskService.showLoaderNum != 0 && AllProcess.length == 0"
|
||||
class="empty-list d-flex height-100 align-center justify-content-center">
|
||||
<span>Lista vazia</span>
|
||||
</div>
|
||||
|
||||
<div *ngIf="TaskService.showLoader && AllProcess.length == 0">
|
||||
<div *ngIf="TaskService.showLoaderNum != 0 && AllProcess.length == 0">
|
||||
|
||||
<ion-list>
|
||||
<ion-item>
|
||||
|
||||
Reference in New Issue
Block a user