tape: ui - remove drive from pool config

This commit is contained in:
Dietmar Maurer
2021-02-01 10:01:06 +01:00
parent 1399c592d1
commit 86740dfc89
2 changed files with 1 additions and 12 deletions

View File

@ -30,13 +30,6 @@ Ext.define('PBS.TapeManagement.PoolEditWindow', {
editable: '{isCreate}',
},
},
{
fieldLabel: gettext('Drive'),
xtype: 'pbsDriveSelector',
name: 'drive',
allowBlank: false,
autoSelect: false,
},
{
fieldLabel: gettext('Allocation'),
xtype: 'pbsAllocationSelector',