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:
parent
6a15cce540
commit
ecc5602c88
@ -319,10 +319,6 @@ Ext.define('PBS.TapeManagement.DriveStatusGrid', {
|
|||||||
defaultValue: false,
|
defaultValue: false,
|
||||||
renderer: Proxmox.Utils.format_boolean,
|
renderer: Proxmox.Utils.format_boolean,
|
||||||
},
|
},
|
||||||
'buffer-mode': {
|
|
||||||
required: true,
|
|
||||||
header: gettext('Buffer Mode'),
|
|
||||||
},
|
|
||||||
'compression': {
|
'compression': {
|
||||||
required: true,
|
required: true,
|
||||||
header: gettext('Compression'),
|
header: gettext('Compression'),
|
||||||
|
Loading…
Reference in New Issue
Block a user