[pve-devel] [PATCH manager] ha/resource: add ignored state to web gui

Thomas Lamprecht t.lamprecht at proxmox.com
Tue Jan 24 18:37:24 CET 2017


Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
 www/manager6/ha/ResourceEdit.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/manager6/ha/ResourceEdit.js b/www/manager6/ha/ResourceEdit.js
index 66de504..5129c12 100644
--- a/www/manager6/ha/ResourceEdit.js
+++ b/www/manager6/ha/ResourceEdit.js
@@ -111,6 +111,7 @@ Ext.define('PVE.ha.VMResourceInputPanel', {
 		comboItems: [
 		    ['started', 'started'],
 		    ['stopped', 'stopped'],
+		    ['ignored', 'ignored'],
 		    ['disabled', 'disabled']
 		],
 		listeners: {
-- 
2.1.4





More information about the pve-devel mailing list