]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/models/cd-details.ts
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / models / cd-details.ts
diff --git a/ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/models/cd-details.ts b/ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/models/cd-details.ts
new file mode 100644 (file)
index 0000000..d021f19
--- /dev/null
@@ -0,0 +1,5 @@
+export interface DashboardDetails {
+  fsid?: string;
+  orchestrator?: string;
+  cephVersion?: string;
+}