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: v16.1.0~2411^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F34907%2Fhead;p=ceph.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 7b6e5f8a0fbc..6089f4faef30 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(); });