From 575d7f06db8b598abc46d9345ec4b7d437ee3357 Mon Sep 17 00:00:00 2001 From: nizamial09 Date: Tue, 15 Sep 2020 18:31:52 +0530 Subject: [PATCH] mgr/dashboard: Monitoring: Fix for the infinite loading bar action Only seen in nautilus Intended to fix the unusual behaviour in the All Alerts tab where the loading bar progressess continously until one of the alerts is selected. To reproduce: Navigate to cluster -> Monitoring -> All Alerts tab. You can see the progress bar at the bottom of the table. Fixes: https://tracker.ceph.com/issues/47435 Signed-off-by: Nizamudeen A --- .../cluster/prometheus/rules-list/rules-list.component.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/rules-list/rules-list.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/rules-list/rules-list.component.html index 1c2aeb9ea740c..e5d311f59f2c2 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/rules-list/rules-list.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/rules-list/rules-list.component.html @@ -3,6 +3,7 @@ (updateSelection)="selectionUpdated($event)" [selectionType]="'single'"> - -- 2.39.5