|
@@ -1268,4 +1268,9 @@ export class Dashboard implements OnInit, OnDestroy {
|
|
this.workloadChart.setOption(option, true);
|
|
this.workloadChart.setOption(option, true);
|
|
this.workloadChart.resize();
|
|
this.workloadChart.resize();
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ resetStatusFilter(): void {
|
|
|
|
+ this.selectedStatus = 'all';
|
|
|
|
+ this.applyFilters();
|
|
|
|
+ }
|
|
}
|
|
}
|