so we can use it from a node record.

Signed-off-by: Dominik Csapak <[email protected]>
---
 www/manager6/data/ResourceStore.js | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/www/manager6/data/ResourceStore.js 
b/www/manager6/data/ResourceStore.js
index bf740129..cca52914 100644
--- a/www/manager6/data/ResourceStore.js
+++ b/www/manager6/data/ResourceStore.js
@@ -210,6 +210,12 @@ Ext.define('PVE.data.ResourceStore', {
                 sortable: true,
                 width: 100,
             },
+            architecture: {
+                header: gettext('Architecture'),
+                defaultValue: 'x86_64',
+                type: 'string',
+                hidden: true,
+            },
             cpu: {
                 header: gettext('CPU usage'),
                 type: 'float',
-- 
2.47.3



_______________________________________________
pve-devel mailing list
[email protected]
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to