]> git.proxmox.com Git - pve-manager.git/commitdiff
followup: clarify which storage is used for automatic
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 11 Dec 2019 08:18:58 +0000 (09:18 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 11 Dec 2019 08:18:58 +0000 (09:18 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/qemu/Options.js

index c7f4d9c3cb450d5564f53e93d027a5fecdc63a5e..86f4ec40fc45cff4d1966232f59d8b6be781295e 100644 (file)
@@ -304,11 +304,12 @@ Ext.define('PVE.qemu.Options', {
                    xtype: 'proxmoxWindowEdit',
                    subject: gettext('VM State storage'),
                    onlineHelp: 'chapter_virtual_machines', // FIXME: use 'qm_vmstatestorage' once available
+                   width: 350,
                    items: {
                        xtype: 'pveStorageSelector',
                        storageContent: 'images',
                        allowBlank: true,
-                       emptyText: gettext('Automatic'),
+                       emptyText: gettext("Automatic (Storage used by the VM, or 'local')"),
                        autoSelect: false,
                        deleteEmpty: true,
                        skipEmptyText: true,