]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/models/nfs.fsal.ts
import ceph 16.2.7
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / nfs / models / nfs.fsal.ts
CommitLineData
a4b75251
TL
1export interface NfsFSAbstractionLayer {
2 value: string;
3 descr: string;
4 disabled: boolean;
5}