1 import { Component, Input } from '@angular/core';
2 import { CdTableSelection } from '~/app/shared/models/cd-table-selection';
5 selector: 'cd-nfs-cluster-details',
6 templateUrl: './nfs-cluster-details.component.html',
7 styleUrls: ['./nfs-cluster-details.component.scss']
9 export class NfsClusterDetailsComponent {
10 title = $localize`Export`;
12 selection: CdTableSelection;