ui: add acl paths for tape permission
This commit is contained in:
parent
bec357e2cb
commit
b74a1daae9
|
@ -20,6 +20,11 @@ Ext.define('PBS.data.PermissionPathsStore', {
|
|||
{ 'value': '/system/status' },
|
||||
{ 'value': '/system/tasks' },
|
||||
{ 'value': '/system/time' },
|
||||
{ 'value': '/tape' },
|
||||
{ 'value': '/tape/drive' },
|
||||
{ 'value': '/tape/changer' },
|
||||
{ 'value': '/tape/pool' },
|
||||
{ 'value': '/tape/job' },
|
||||
],
|
||||
|
||||
constructor: function(config) {
|
||||
|
|
Loading…
Reference in New Issue