[pbs-devel] [PATCH proxmox-backup 1/2] ui: tape/DriveStatus: remove buffer-mode

Dominik Csapak d.csapak at proxmox.com
Tue Apr 13 10:18:51 CEST 2021


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 at proxmox.com>
---
 www/tape/DriveStatus.js | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/www/tape/DriveStatus.js b/www/tape/DriveStatus.js
index f4cfd9ea..d4783560 100644
--- a/www/tape/DriveStatus.js
+++ b/www/tape/DriveStatus.js
@@ -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'),
-- 
2.20.1






More information about the pbs-devel mailing list