diff --git a/www/tape/TapeInventory.js b/www/tape/TapeInventory.js index 46dddc4a..dba36dac 100644 --- a/www/tape/TapeInventory.js +++ b/www/tape/TapeInventory.js @@ -17,7 +17,7 @@ Ext.define('pbs-model-tapes', { 'status', 'uuid', ], - idProperty: 'label-text', + idProperty: 'uuid', proxy: { type: 'proxmox', url: '/api2/json/tape/media/list', @@ -293,5 +293,11 @@ Ext.define('PBS.TapeManagement.TapeInventory', { }, flex: 1, }, + { + text: gettext('UUID'), + dataIndex: 'uuid', + flex: 1, + hidden: true, + }, ], });