]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form-response.model.ts
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / block / rbd-form / rbd-form-response.model.ts
1 import { RbdFormModel } from './rbd-form.model';
2 import { RbdParentModel } from './rbd-parent.model';
3
4 export class RbdFormResponseModel extends RbdFormModel {
5 features_name: string[];
6 parent: RbdParentModel;
7 }