]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/edit-site-name-modal/edit-site-name-modal.component.html
import ceph quincy 17.2.4
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / block / mirroring / edit-site-name-modal / edit-site-name-modal.component.html
diff --git a/ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/edit-site-name-modal/edit-site-name-modal.component.html b/ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/edit-site-name-modal/edit-site-name-modal.component.html
deleted file mode 100644 (file)
index f0c9197..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<cd-modal [modalRef]="activeModal">
-  <ng-container i18n
-                class="modal-title">Edit site name</ng-container>
-
-  <ng-container class="modal-content">
-    <form name="editSiteNameForm"
-          class="form"
-          #formDir="ngForm"
-          [formGroup]="editSiteNameForm"
-          novalidate>
-      <div class="modal-body">
-        <p>
-          <ng-container i18n>Edit the site name and click&nbsp;
-          <kbd>Update</kbd>.</ng-container>
-        </p>
-
-        <div class="form-group">
-          <label class="col-form-label required"
-                 for="siteName"
-                 i18n>Site Name</label>
-          <input class="form-control"
-                 type="text"
-                 placeholder="Name..."
-                 i18n-placeholder
-                 id="siteName"
-                 name="siteName"
-                 formControlName="siteName"
-                 autofocus>
-        </div>
-      </div>
-
-      <div class="modal-footer">
-        <cd-form-button-panel (submitActionEvent)="update()"
-                              [form]="editSiteNameForm"
-                              [submitText]="actionLabels.UPDATE"></cd-form-button-panel>
-      </div>
-    </form>
-  </ng-container>
-</cd-modal>