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