Commit 7be96875 authored by Dietmar Maurer's avatar Dietmar Maurer

use ACLView for storage permissions

parent ee052d10
...@@ -31,9 +31,10 @@ Ext.define('PVE.storage.Browser', { ...@@ -31,9 +31,10 @@ Ext.define('PVE.storage.Browser', {
itemId: 'content' itemId: 'content'
}, },
{ {
xtype: 'pveACLView',
title: gettext('Permissions'), title: gettext('Permissions'),
itemId: 'permissions', itemId: 'permissions',
html: 'Permissions ' path: '/storage/' + storeid
} }
] ]
}); });
......
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