]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Fix tags in subvolume list and subvolume groups list 68382/head
authorpujaoshahu <pshahu@redhat.com>
Fri, 3 Apr 2026 07:53:03 +0000 (13:23 +0530)
committerpujaoshahu <pshahu@redhat.com>
Fri, 8 May 2026 13:19:10 +0000 (18:49 +0530)
Fixes: https://tracker.ceph.com/issues/75860
Signed-off-by: pujaoshahu <pshahu@redhat.com>
(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 <pshahu@redhat.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs.module.ts

index 9f92b814d9d1625d80f2c76d0385bf933ab2b73c..4464054af89bdb6f17a54c1c7d7ac393645d4cbb 100644 (file)
@@ -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,