]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/api/rbd.model.ts
import ceph quincy 17.2.4
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / api / rbd.model.ts
index af646d8ac61d3cf8bc725192139de50543f348ad..d14b2bc40654fd148892ca2bd414be99319335e0 100644 (file)
@@ -4,6 +4,7 @@ export interface RbdPool {
   pool_name: string;
   status: number;
   value: RbdImage[];
+  headers: any;
 }
 
 export interface RbdImage {