From d82947ddf3cc6b0a12ca9fdb068884725604147c Mon Sep 17 00:00:00 2001 From: Tiago Melo Date: Tue, 16 Apr 2019 14:18:03 +0000 Subject: [PATCH] mgr/dashboard: Fix iSCSI target form warning Chrome was throwing an warning because we had multiple inputs with the same id. Fixes: http://tracker.ceph.com/issues/39324 Signed-off-by: Tiago Melo (cherry picked from commit 65654c9bd17a417ecc012a5a034307cf7443ea80) --- .../iscsi-target-form.component.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.html index 7dc6250aa897a..5a7031dd4c0de 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-form/iscsi-target-form.component.html @@ -244,7 +244,7 @@ for="user" i18n>User
- @@ -267,7 +267,7 @@ i18n>Password
- @@ -275,11 +275,11 @@
@@ -303,7 +303,7 @@ Mutual User
- @@ -327,7 +327,7 @@ i18n>Mutual Password
- @@ -335,11 +335,11 @@
-- 2.47.3