]> git.proxmox.com Git - proxmox-backup.git/commitdiff
ui: add acl paths for tape permission
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 4 Mar 2021 07:33:26 +0000 (08:33 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 4 Mar 2021 07:33:26 +0000 (08:33 +0100)
www/form/PermissionPathSelector.js

index 3e84d0db14412ddb81966ebe9f23a1eeb4bae266..9d2896bda3bc4b25c2b00950a480068ebe61f990 100644 (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) {