From ae20a7a6cbc51adf280c20cd2e49062f94c387e2 Mon Sep 17 00:00:00 2001 From: Tiago Melo Date: Fri, 12 Oct 2018 18:38:50 +0100 Subject: [PATCH] mgr/dashboard: Remove form element from RgwUserDetails This element is not necessary and removes the need to import FormModule in the test file. Signed-off-by: Tiago Melo --- .../rgw-user-details.component.html | 43 ++++++++++--------- 1 file changed, 22 insertions(+), 21 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-details/rgw-user-details.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-details/rgw-user-details.component.html index ca51f56970b2..4a8ae5cae9b8 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-details/rgw-user-details.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-details/rgw-user-details.component.html @@ -1,5 +1,6 @@ - +
@@ -123,26 +124,26 @@ - -
- -
-
- -
+ + +
+
+
- - +
+
-- 2.47.3