]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Remove unnecessary call in health.component.ts 34907/head
authorTiago Melo <tmelo@suse.com>
Tue, 5 May 2020 13:03:23 +0000 (13:03 +0000)
committerTiago Melo <tmelo@suse.com>
Tue, 5 May 2020 14:10:36 +0000 (14:10 +0000)
Fixes: https://tracker.ceph.com/issues/45386
Signed-off-by: Tiago Melo <tmelo@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health/health.component.ts

index 7b6e5f8a0fbc92210348902c78f9f75bc20be9f5..6089f4faef30ed2f1220abfc3d8fa0a3ebd88036 100644 (file)
@@ -78,7 +78,6 @@ export class HealthComponent implements OnInit, OnDestroy {
   }
 
   ngOnInit() {
-    this.getHealth();
     this.interval = this.refreshIntervalService.intervalData$.subscribe(() => {
       this.getHealth();
     });