]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/components/form-button-panel/form-button-panel.component.html
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / components / form-button-panel / form-button-panel.component.html
index 476ed96096c122f717a1bc6289c61c57ce3d031d..944541f2e9229795dcb126e3314ff7b7a4491be0 100644 (file)
@@ -1,5 +1,6 @@
 <div [class]="wrappingClass">
-  <cd-back-button class="m-2"
+  <cd-back-button *ngIf="showCancel"
+                  class="m-2"
                   (backAction)="backAction()"
                   [name]="cancelText"></cd-back-button>
   <cd-submit-button *ngIf="showSubmit"