]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/components/copy2clipboard-button/copy2clipboard-button.component.ts
update ceph source to reef 18.2.1
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / components / copy2clipboard-button / copy2clipboard-button.component.ts
index 2cc656bfccbe48e2703a1c6df3f3e72793806c89..80c7acbf28aeae227a012cd1ede7b5ab90dcadad 100644 (file)
@@ -17,6 +17,9 @@ export class Copy2ClipboardButtonComponent {
   @Input()
   byId = true;
 
+  @Input()
+  showIconOnly = false;
+
   icons = Icons;
 
   constructor(private toastr: ToastrService) {}