[pbs-devel] [PATCH proxmox-backup 3/5] ui: tape/DriveStatus: add more status lines

Dominik Csapak d.csapak at proxmox.com
Tue Mar 2 12:19:38 CET 2021


Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 www/tape/DriveStatus.js | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/www/tape/DriveStatus.js b/www/tape/DriveStatus.js
index 768a74f4..2663ded9 100644
--- a/www/tape/DriveStatus.js
+++ b/www/tape/DriveStatus.js
@@ -206,6 +206,12 @@ Ext.define('PBS.TapeManagement.DriveStatusGrid', {
 	    header: gettext('Tape Written'),
 	    renderer: Proxmox.Utils.format_size,
 	},
+	'medium-passes': {
+	    header: gettext('Tape Passes'),
+	},
+	'medium-wearout': {
+	    header: gettext('Tape Wearout'),
+	},
     },
 });
 
-- 
2.20.1






More information about the pbs-devel mailing list