mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-03 23:46:58 +00:00
ha/resource: add ignored state to web gui
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
fc4a772e78
commit
840cd4669e
@ -111,6 +111,7 @@ Ext.define('PVE.ha.VMResourceInputPanel', {
|
||||
comboItems: [
|
||||
['started', 'started'],
|
||||
['stopped', 'stopped'],
|
||||
['ignored', 'ignored'],
|
||||
['disabled', 'disabled']
|
||||
],
|
||||
listeners: {
|
||||
|
Loading…
Reference in New Issue
Block a user