]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: fix duplicated editing of cell 65669/head
authorNizamudeen A <nia@redhat.com>
Thu, 25 Sep 2025 04:34:10 +0000 (10:04 +0530)
committerNizamudeen A <nia@redhat.com>
Mon, 29 Sep 2025 04:04:33 +0000 (09:34 +0530)
commitaed373399a6dbc29c22f74a939fdd5ea226333bb
treed1a5e1a71f7b745943788352605c70fcfc651e26
parent53e4f7417bb9f2f62b4e6d795166c1f0ba95bd13
mgr/dashboard: fix duplicated editing of cell

form control is applied with unique identifier. In the table where the
issue is present, let's support adding the `unique_identifier`.

Fixes: https://tracker.ceph.com/issues/73250
Signed-off-by: Nizamudeen A <nia@redhat.com>
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.html
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/enum/cell-template.enum.ts