]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: vm: guest-agent network view: make text in grid selectable
authorAaron Lauterer <a.lauterer@proxmox.com>
Thu, 21 Mar 2024 09:25:32 +0000 (10:25 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 21 Mar 2024 16:56:42 +0000 (17:56 +0100)
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>
 [ TL: reworked subject ]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/qemu/AgentIPView.js

index 1411361abebad60e882bb6aadd6ba7de8de15218..829e55960b2379cd6850e4b339c0cb5458fb5bea 100644 (file)
@@ -12,6 +12,9 @@ Ext.define('PVE.window.IPInfo', {
            xtype: 'grid',
            store: {},
            emptyText: gettext('No network information'),
+           viewConfig: {
+               enableTextSelection: true,
+           },
            columns: [
                {
                    dataIndex: 'name',