]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-list/rbd-list.component.html
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / block / rbd-list / rbd-list.component.html
index 7ab53219ad560f60d6c9d07ee0fe862c81a2aaa3..b16fc4190d87f79ad9b41527d1466a37da11c375 100644 (file)
@@ -77,7 +77,7 @@
   </ng-template>
 </ng-template>
 
-<ng-template #scheduleTpl
+<ng-template #ScheduleTpl
              let-value="value"
              let-row="row">
   <span *ngIf="value.length === 3"
      title="RBD in status 'Removing'"
      class="{{ icons.warning }} warn"></i>
 </ng-template>
+
+<ng-template #forcePromoteConfirmation>
+  <cd-alert-panel type="warning">{{ errorMessage }}</cd-alert-panel>
+  <div class="m-4"
+       i18n>
+    <strong>
+       Do you want to force the operation?
+    </strong>
+  </div>
+</ng-template>