From 4ce3b5868ddccff2f8c8d26ab83948718e66be10 Mon Sep 17 00:00:00 2001 From: Ricardo Dias Date: Thu, 1 Aug 2019 09:33:36 +0100 Subject: [PATCH] mgr/dashboard: frontend: use checkbox for enabled field in user form Signed-off-by: Ricardo Dias --- .../auth/user-form/user-form.component.html | 24 ++++++++----------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-form/user-form.component.html b/src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-form/user-form.component.html index 252c2292e2e..a752c7686ed 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-form/user-form.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-form/user-form.component.html @@ -136,20 +136,16 @@
- -
-
- - +
+
+ +
-- 2.39.5