ha/resource: add ignored state to web gui

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2017-01-24 18:37:24 +01:00 committed by Fabian Grünbichler
parent 23132090a0
commit 06359ba440

View File

@ -111,6 +111,7 @@ Ext.define('PVE.ha.VMResourceInputPanel', {
comboItems: [
['started', 'started'],
['stopped', 'stopped'],
['ignored', 'ignored'],
['disabled', 'disabled']
],
listeners: {