From 0c5b21020429f77caf52390935386ed396a2cebc Mon Sep 17 00:00:00 2001 From: Sagar Gopale Date: Tue, 31 Mar 2026 16:04:34 +0530 Subject: [PATCH] mgr/dashboard: fix-subsystem-loading-page-issue Fixes: https://tracker.ceph.com/issues/75813 Signed-off-by: Sagar Gopale --- .../nvmeof-subsystem-step-3.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-subsystems-form/nvmeof-subsystem-step-3/nvmeof-subsystem-step-3.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-subsystems-form/nvmeof-subsystem-step-3/nvmeof-subsystem-step-3.component.html index 54487761ac7c..00f045c2a501 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-subsystems-form/nvmeof-subsystem-step-3/nvmeof-subsystem-step-3.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-subsystems-form/nvmeof-subsystem-step-3/nvmeof-subsystem-step-3.component.html @@ -91,7 +91,7 @@

{{formGroup.get('authType').value === AUTHENTICATION.Bidirectional ? 'All fields are required.' : 'Optional fields.'}}

- @for (hostDchapKeyItem of hostDchapKeyList.controls; track hostDchapKeyItem.get('host_nqn')?.value; let i = $index) { + @for (hostDchapKeyItem of hostDchapKeyList.controls; track $index; let i = $index) {