]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/components/orchestrator-doc-modal/orchestrator-doc-modal.component.html
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / components / orchestrator-doc-modal / orchestrator-doc-modal.component.html
diff --git a/ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/components/orchestrator-doc-modal/orchestrator-doc-modal.component.html b/ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/components/orchestrator-doc-modal/orchestrator-doc-modal.component.html
deleted file mode 100644 (file)
index a205f71..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<cd-modal [modalRef]="bsModalRef">
-  <ng-container class="modal-title"
-                i18n>{{ actionDescription }} {{ itemDescription }}</ng-container>
-
-  <ng-container class="modal-content">
-    <div class="modal-body">
-      <cd-orchestrator-doc-panel></cd-orchestrator-doc-panel>
-    </div>
-    <div class="modal-footer">
-      <cd-back-button [back]="bsModalRef.hide"
-                      name="Close"
-                      i18n-name>
-      </cd-back-button>
-    </div>
-  </ng-container>
-</cd-modal>