]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-form/rbd-form.model.ts
import 15.2.0 Octopus source
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / block / rbd-form / rbd-form.model.ts
index 9511a00d003022dcb2ca2d502f7fb12dc19ec6da..6a4999d0fc57de47cfa59bcc1927b821a01c7209 100644 (file)
@@ -3,6 +3,7 @@ import { RbdConfigurationEntry } from '../../../shared/models/configuration';
 export class RbdFormModel {
   name: string;
   pool_name: string;
+  namespace: string;
   data_pool: string;
   size: number;