From 76c522985fd9812a397d417c53f3e916df1b68db Mon Sep 17 00:00:00 2001 From: pujaoshahu Date: Fri, 3 Apr 2026 13:23:03 +0530 Subject: [PATCH] mgr/dashboard: Fix tags in subvolume list and subvolume groups list Fixes: https://tracker.ceph.com/issues/75860 Signed-off-by: pujaoshahu (cherry picked from commit 7b6e3e78e64f684a6e6c9e2616da168398397b96) Conflicts: src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs.module.ts - While merging, TagModule was missing from ceph.module.ts in the incoming changes, so it was added in this PR to align with the existing setup Signed-off-by: pujaoshahu --- .../dashboard/frontend/src/app/ceph/cephfs/cephfs.module.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs.module.ts b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs.module.ts index 9f92b814d9d..4464054af89 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs.module.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs.module.ts @@ -46,6 +46,7 @@ import { NumberModule, PlaceholderModule, SelectModule, + TagModule, TimePickerModule, TreeviewModule, TabsModule @@ -86,7 +87,8 @@ import Trash from '@carbon/icons/es/trash-can/32'; ComboBoxModule, IconModule, BaseChartDirective, - TabsModule + TabsModule, + TagModule ], declarations: [ CephfsDetailComponent, -- 2.47.3