[pve-devel] [PATCH manager] update needed permissions to display VM monitor
Fabian Grünbichler
f.gruenbichler at proxmox.com
Fri Nov 4 09:42:18 CET 2016
---
www/manager6/qemu/Config.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/manager6/qemu/Config.js b/www/manager6/qemu/Config.js
index aaf0eca..fbcc2d8 100644
--- a/www/manager6/qemu/Config.js
+++ b/www/manager6/qemu/Config.js
@@ -180,7 +180,7 @@ Ext.define('PVE.qemu.Config', {
}
);
- if (caps.vms['VM.Monitor'] && !template) {
+ if (caps.nodes['Sys.Modify'] && !template) {
me.items.push({
title: gettext('Monitor'),
iconCls: 'fa fa-eye',
--
2.1.4
More information about the pve-devel
mailing list