Commit 1b7f4395 authored by Dietmar Maurer's avatar Dietmar Maurer

use pveACLView

parent cb5711a9
......@@ -143,11 +143,11 @@ Ext.define('PVE.openvz.Config', {
itemId: 'backup'
},
{
xtype: 'pveACLView',
title: gettext('Permissions'),
itemId: 'permissions',
html: 'permissions ' + vmid
path: '/vms/' + vmid
}
]
});
......
......@@ -134,11 +134,11 @@ Ext.define('PVE.qemu.Config', {
itemId: 'backup'
},
{
xtype: 'pveACLView',
title: gettext('Permissions'),
itemId: 'permissions',
html: 'permissions ' + vmid
path: '/vms/' + vmid
}
]
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment