From 7b6e3e78e64f684a6e6c9e2616da168398397b96 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 --- .../mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs.module.ts | 2 ++ 1 file changed, 2 insertions(+) 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 75a2d19746d7..2b0555b54302 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 @@ -49,6 +49,7 @@ import { PlaceholderModule, RadioModule, SelectModule, + TagModule, TimePickerModule, TilesModule, TreeviewModule, @@ -98,6 +99,7 @@ import { CephfsMirroringEntityComponent } from './cephfs-mirroring-entity/cephfs TabsModule, RadioModule, TilesModule, + TagModule, NotificationModule ], declarations: [ -- 2.47.3