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'), + }, }, });