all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH pve-manager] ui: cluster join info: add clipboard icon to "Copy Information" button
@ 2024-11-22 14:26 Lukas Wagner
  2024-11-22 14:52 ` [pve-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Lukas Wagner @ 2024-11-22 14:26 UTC (permalink / raw)
  To: pve-devel

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.wagner@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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-11-22 14:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-22 14:26 [pve-devel] [PATCH pve-manager] ui: cluster join info: add clipboard icon to "Copy Information" button Lukas Wagner
2024-11-22 14:52 ` [pve-devel] applied: " Thomas Lamprecht

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal