From: Tiago Melo Date: Tue, 5 May 2020 13:03:23 +0000 (+0000) Subject: mgr/dashboard: Remove unnecessary call in health.component.ts X-Git-Tag: wip-pdonnell-testing-20200918.022351~1348^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3cb9f0ce47dc6ef565ae3cf275fdea2c923790eb;p=ceph-ci.git mgr/dashboard: Remove unnecessary call in health.component.ts Fixes: https://tracker.ceph.com/issues/45386 Signed-off-by: Tiago Melo --- diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health/health.component.ts b/src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health/health.component.ts index 7b6e5f8a0fb..6089f4faef3 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health/health.component.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health/health.component.ts @@ -78,7 +78,6 @@ export class HealthComponent implements OnInit, OnDestroy { } ngOnInit() { - this.getHealth(); this.interval = this.refreshIntervalService.intervalData$.subscribe(() => { this.getHealth(); });