From: Nizamudeen A Date: Tue, 30 Jul 2024 11:58:32 +0000 (+0530) Subject: Merge pull request #58239 from rhcs-dashboard/carbon-forms X-Git-Tag: testing/wip-vshankar-testing-20240731.064922-debug~21 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=9f9be26c695bccd69f5ededc2ca8d76ba21b764d;p=ceph-ci.git Merge pull request #58239 from rhcs-dashboard/carbon-forms mgr/dashboard: carbonize rbd forms Reviewed-by: Ankush Behl --- 9f9be26c695bccd69f5ededc2ca8d76ba21b764d diff --cc src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-list/nfs-list.component.ts index ad2a8ef95ed,135896d3592..29488ed8613 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-list/nfs-list.component.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-list/nfs-list.component.ts @@@ -25,12 -24,8 +24,13 @@@ import { TaskListService } from '~/app/ import { TaskWrapperService } from '~/app/shared/services/task-wrapper.service'; import { getFsalFromRoute, getPathfromFsal } from '../utils'; import { SUPPORTED_FSAL } from '../models/nfs.fsal'; + import { ModalCdsService } from '~/app/shared/services/modal-cds.service'; +export enum RgwExportType { + BUCKET = 'bucket', + USER = 'user' +} + @Component({ selector: 'cd-nfs-list', templateUrl: './nfs-list.component.html',