From b74a1daae925f36c796746cd1fc331fa08104e44 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 4 Mar 2021 08:33:26 +0100 Subject: [PATCH] ui: add acl paths for tape permission --- www/form/PermissionPathSelector.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/www/form/PermissionPathSelector.js b/www/form/PermissionPathSelector.js index 3e84d0db..9d2896bd 100644 --- a/www/form/PermissionPathSelector.js +++ b/www/form/PermissionPathSelector.js @@ -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) {