ui: add acl paths for tape permission

This commit is contained in:
Dietmar Maurer 2021-03-04 08:33:26 +01:00
parent bec357e2cb
commit b74a1daae9
1 changed files with 5 additions and 0 deletions

View File

@ -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) {