First Nightly Fix (#2498)
This commit is contained in:
parent
d7734964e7
commit
11729892cd
3 changed files with 4 additions and 2 deletions
|
@ -119,6 +119,8 @@ export class DashboardComponent implements OnInit {
|
|||
|
||||
loadDashboard() {
|
||||
this.isLoadingDashboard = true;
|
||||
this.streamsLoaded = 0;
|
||||
this.streamCount = 0;
|
||||
this.cdRef.markForCheck();
|
||||
this.dashboardService.getDashboardStreams().subscribe(streams => {
|
||||
this.streams = streams;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue