[pve-devel] [PATCH manager v2 4/7] add a new status column in the resourcestore
Dominik Csapak
d.csapak at proxmox.com
Wed May 3 16:35:18 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 e655eaa7..fd8f0e8a 100644
--- a/www/manager6/data/ResourceStore.js
+++ b/www/manager6/data/ResourceStore.js
@@ -240,6 +240,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