]> git.proxmox.com Git - pve-manager-legacy.git/commitdiff
allow to set 'migrate' shutdown policy in datacenter options
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 25 Nov 2019 18:54:44 +0000 (19:54 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 25 Nov 2019 18:54:44 +0000 (19:54 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/dc/OptionView.js

index 3974e59e2a3e46deb836bab74d77384877981c46..28f2d315974a6b19d08b9817a7bf3fd0c99ab30b 100644 (file)
@@ -119,6 +119,7 @@ Ext.define('PVE.dc.OptionView', {
                    ['__default__', Proxmox.Utils.defaultText + ' (conditional)' ],
                    ['freeze', 'freeze'],
                    ['failover', 'failover'],
+                   ['migrate', 'migrate'],
                    ['conditional', 'conditional']
                ],
                defaultValue: '__default__'