public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH manager] ui: agentipview: make text in grid selectable
@ 2024-03-21  9:25 Aaron Lauterer
  2024-03-21 17:01 ` [pve-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Aaron Lauterer @ 2024-03-21  9:25 UTC (permalink / raw)
  To: pve-devel

This makes it possible to select any of the IP addresses listed in the
full view window to copy & paste it.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
---
Becaue @Folke made a remark that this was a nuisance ;)

 www/manager6/qemu/AgentIPView.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www/manager6/qemu/AgentIPView.js b/www/manager6/qemu/AgentIPView.js
index 1411361a..829e5596 100644
--- a/www/manager6/qemu/AgentIPView.js
+++ b/www/manager6/qemu/AgentIPView.js
@@ -12,6 +12,9 @@ Ext.define('PVE.window.IPInfo', {
 	    xtype: 'grid',
 	    store: {},
 	    emptyText: gettext('No network information'),
+	    viewConfig: {
+		enableTextSelection: true,
+	    },
 	    columns: [
 		{
 		    dataIndex: 'name',
-- 
2.39.2





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

end of thread, other threads:[~2024-03-21 17:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-21  9:25 [pve-devel] [PATCH manager] ui: agentipview: make text in grid selectable Aaron Lauterer
2024-03-21 17:01 ` [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