public inbox for pve-devel@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

* [pve-devel] applied: [PATCH pve-manager] ui: cluster join info: add clipboard icon to "Copy Information" button
  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 ` Thomas Lamprecht
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2024-11-22 14:52 UTC (permalink / raw)
  To: Proxmox VE development discussion, Lukas Wagner

Am 22.11.24 um 15:26 schrieb Lukas Wagner:
> 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(+)
> 
>

applied, thanks!


_______________________________________________
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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal