From 3606ea21be1db980165db6944ff3774f5db69ebd Mon Sep 17 00:00:00 2001 From: Volker Theile Date: Fri, 5 Jul 2019 10:40:01 +0200 Subject: [PATCH] mgr/dashboard: Pool form uses different loading spinner Use the 'cd-loading-panel' element to display the loading progress. Fixes: https://tracker.ceph.com/issues/40427 Signed-off-by: Volker Theile --- .../src/app/ceph/pool/pool-form/pool-form.component.html | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form.component.html index 3f2704a913a..99b15a2b1b3 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form.component.html @@ -1,10 +1,7 @@ +Loading... +
-

- - Loading... -