From 78ec4addee07371cd8c86a91ec83dfe7324bd752 Mon Sep 17 00:00:00 2001 From: nsedrickm Date: Mon, 29 Aug 2022 19:35:29 +0100 Subject: [PATCH] mgr/dashboard: remove duplicate ids from table column filters Generate random ids for column filters to avoid id conflics on pages with multiple tables sharing the same column filters Signed-off-by: nsedrickm Fixes: https://tracker.ceph.com/issues/55869 --- .../src/app/shared/datatable/table/table.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.html b/src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.html index 576a1cbe761..b73f0ad3973 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.html @@ -114,10 +114,10 @@ + for="{{ column.prop }}{{ tableName }}">{{ column.name }} -- 2.39.5