ha/resource: add ignored state to web gui
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
23132090a0
commit
06359ba440
@ -111,6 +111,7 @@ Ext.define('PVE.ha.VMResourceInputPanel', {
|
||||
comboItems: [
|
||||
['started', 'started'],
|
||||
['stopped', 'stopped'],
|
||||
['ignored', 'ignored'],
|
||||
['disabled', 'disabled']
|
||||
],
|
||||
listeners: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user