diff --git a/www/tape/TapeInventory.js b/www/tape/TapeInventory.js index ba968752..ed45ab88 100644 --- a/www/tape/TapeInventory.js +++ b/www/tape/TapeInventory.js @@ -98,6 +98,9 @@ Ext.define('PBS.TapeManagement.TapeInventory', { { text: gettext('Status'), dataIndex: 'status', + renderer: function(value, mD, record) { + return record.data.expired ? 'expired' : value; + }, flex: 1, }, ],