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

Dominik Csapak d.csapak at proxmox.com
Fri Nov 3 09:51:35 CET 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