[pve-devel] [PATCH manager v3 4/7] add a new status column in the resourcestore

Dominik Csapak d.csapak at proxmox.com
Mon May 8 12:31:48 CEST 2017


Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 www/manager6/data/ResourceStore.js | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/www/manager6/data/ResourceStore.js b/www/manager6/data/ResourceStore.js
index d17cffc0..ccf085e3 100644
--- a/www/manager6/data/ResourceStore.js
+++ b/www/manager6/data/ResourceStore.js
@@ -234,6 +234,13 @@ Ext.define('PVE.data.ResourceStore', {
 		defaultValue: 'unmanaged',
 		hidden: true,
 		sortable: true
+	    },
+	    status: {
+		header: gettext('Status'),
+		type: 'string',
+		hidden: true,
+		sortable: true,
+		width: 110
 	    }
 	};
 
-- 
2.11.0





More information about the pve-devel mailing list