We use the same icon in other similar buttons already, e.g. for copying the
TLS certificate fingerprint in PBS.

Signed-off-by: Lukas Wagner <l.wag...@proxmox.com>
---
 www/manager6/dc/ClusterEdit.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/manager6/dc/ClusterEdit.js b/www/manager6/dc/ClusterEdit.js
index 32964fbf..b56df713 100644
--- a/www/manager6/dc/ClusterEdit.js
+++ b/www/manager6/dc/ClusterEdit.js
@@ -116,6 +116,7 @@ Ext.define('PVE.ClusterInfoWindow', {
                document.execCommand("copy");
            },
            text: gettext('Copy Information'),
+           iconCls: 'fa fa-clipboard',
        }],
     }],
 });
-- 
2.39.5



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to