mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
improve monitoring the solution
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
<!-- Aside left -->
|
||||
<div class="aside-wrapper d-flex flex-column width-md-40 flex-grow-1">
|
||||
<ion-progress-bar type="indeterminate" *ngIf="TaskService.showLoaderNum != 0"></ion-progress-bar>
|
||||
<ion-progress-bar type="indeterminate" *ngIf="skeletonLoader"></ion-progress-bar>
|
||||
<div class="title-container">
|
||||
<div class="title d-flex justify-center">
|
||||
<ion-label *ngIf="hideRefreshBtn">Gabinete Digital</ion-label>
|
||||
|
||||
@@ -462,10 +462,10 @@ export class GabineteDigitalPage implements OnInit {
|
||||
|
||||
async loadAllProcesses() {
|
||||
|
||||
// this.skeletonLoader = true
|
||||
await this.TaskService.LoadTask()
|
||||
this.dynamicSearch()
|
||||
// this.skeletonLoader = false
|
||||
this.skeletonLoader = true
|
||||
await this.TaskService.LoadTask();
|
||||
this.dynamicSearch();
|
||||
this.skeletonLoader = false
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user