ui: tape/DriveStatus: add more status lines
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
9d5b426a6d
commit
e0f6892625
|
@ -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'),
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue