mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 06:30:50 +00:00
allow to set 'migrate' shutdown policy in datacenter options
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
ba3c982ed0
commit
e86024b727
@ -119,6 +119,7 @@ Ext.define('PVE.dc.OptionView', {
|
||||
['__default__', Proxmox.Utils.defaultText + ' (conditional)' ],
|
||||
['freeze', 'freeze'],
|
||||
['failover', 'failover'],
|
||||
['migrate', 'migrate'],
|
||||
['conditional', 'conditional']
|
||||
],
|
||||
defaultValue: '__default__'
|
||||
|
Loading…
Reference in New Issue
Block a user