ui: tape/DriveStatus: remove buffer-mode

since this will almost always be set to '1', it has no real
value to show to the user

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2021-04-13 10:18:51 +02:00 committed by Dietmar Maurer
parent 6a15cce540
commit ecc5602c88

View File

@ -319,10 +319,6 @@ Ext.define('PBS.TapeManagement.DriveStatusGrid', {
defaultValue: false,
renderer: Proxmox.Utils.format_boolean,
},
'buffer-mode': {
required: true,
header: gettext('Buffer Mode'),
},
'compression': {
required: true,
header: gettext('Compression'),