]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/directives/copy2clipboard-button.directive.ts
import 15.2.0 Octopus source
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / directives / copy2clipboard-button.directive.ts
index 55efbaabdbef54e7a8f6cb36fc91047a1cf1d95c..005b20157583a936459b7925335d1cacd2af1285 100644 (file)
@@ -17,7 +17,6 @@ export class Copy2ClipboardButtonDirective implements OnInit {
 
   ngOnInit() {
     const iElement = this.renderer.createElement('i');
-    this.renderer.addClass(iElement, 'icon-prepend');
     this.renderer.addClass(iElement, 'fa');
     this.renderer.addClass(iElement, 'fa-clipboard');
     this.renderer.appendChild(this.elementRef.nativeElement, iElement);