]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/components/form-button-panel/form-button-panel.component.ts
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.ts
index 0d48f63c05b65e4bc4bec4886b80dd9fee4a262e..fa0483b182d8c60caf8c8c74f08219b1eaeee3f5 100644 (file)
@@ -25,6 +25,8 @@ export class FormButtonPanelComponent {
   @Input()
   showSubmit = true;
   @Input()
+  showCancel = true;
+  @Input()
   wrappingClass = '';
   @Input()
   btnClass = '';