]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: pool view: label pool-column as 'Current Pool'
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 8 Sep 2023 11:09:46 +0000 (13:09 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 8 Sep 2023 11:36:38 +0000 (13:36 +0200)
to make it clearer, as having such a column could be slightly
confusing to some.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/grid/PoolMembers.js

index 6d0eb4a6adc6b09afbc44efbbcf7d150f480d0fd..b2bf86a4b32e8b331140bb60401568a3c7fe8a22 100644 (file)
@@ -70,7 +70,7 @@ Ext.define('PVE.pool.AddVM', {
                    dataIndex: 'node',
                },
                {
-                   header: gettext('Pool'),
+                   header: gettext('Current Pool'),
                    dataIndex: 'pool',
                },
                {