From: Thomas Lamprecht Date: Wed, 22 Feb 2023 10:37:53 +0000 (+0100) Subject: ui: resource tree settings: make wider and clarify field labels X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=dc4056cfcb1e31f90d4f28a101897624c864ff07;hp=0489947166d5e9c0f0c04aef43ce334571e0b54b;p=pve-manager.git ui: resource tree settings: make wider and clarify field labels Signed-off-by: Thomas Lamprecht --- diff --git a/www/manager6/window/TreeSettingsEdit.js b/www/manager6/window/TreeSettingsEdit.js index 74355daa..ed8b7ade 100644 --- a/www/manager6/window/TreeSettingsEdit.js +++ b/www/manager6/window/TreeSettingsEdit.js @@ -7,8 +7,9 @@ Ext.define('PVE.window.TreeSettingsEdit', { url: '#', // ignored as submit() gets overriden here, but the parent class requires it + width: 450, fieldDefaults: { - labelWidth: 120, + labelWidth: 150, }, items: [ @@ -18,7 +19,7 @@ Ext.define('PVE.window.TreeSettingsEdit', { { xtype: 'proxmoxKVComboBox', name: 'sort-field', - fieldLabel: gettext('Sort Field'), + fieldLabel: gettext('Sort Key'), comboItems: [ ['__default__', `${Proxmox.Utils.defaultText} (VMID)`], ['vmid', 'VMID'], @@ -44,7 +45,7 @@ Ext.define('PVE.window.TreeSettingsEdit', { { xtype: 'proxmoxKVComboBox', name: 'group-guest-types', - fieldLabel: gettext('Group Types'), + fieldLabel: gettext('Group Guest Types'), comboItems: [ ['__default__', `${Proxmox.Utils.defaultText} (${gettext("Yes")})`], [1, gettext('Yes')],