]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
Merge pull request #58239 from rhcs-dashboard/carbon-forms
authorNizamudeen A <nia@redhat.com>
Tue, 30 Jul 2024 11:58:32 +0000 (17:28 +0530)
committerGitHub <noreply@github.com>
Tue, 30 Jul 2024 11:58:32 +0000 (17:28 +0530)
mgr/dashboard: carbonize rbd forms

Reviewed-by: Ankush Behl <cloudbehl@gmail.com>
1  2 
src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-list/nfs-list.component.ts

index ad2a8ef95edbba71f19a858f5bd215a4540b846a,135896d3592ef5cbdf0e0064bde246abd06061de..29488ed8613d75002d0709c90e83d8e7e419176f
@@@ -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',