From: pujaoshahu Date: Fri, 3 Apr 2026 07:53:03 +0000 (+0530) Subject: mgr/dashboard: Fix tags in subvolume list and subvolume groups list X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=76c522985fd9812a397d417c53f3e916df1b68db;p=ceph.git 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 --- 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 9f92b814d9d1..4464054af89b 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,