ui: do not show MediaSet Uuid in backup content grid
This commit is contained in:
parent
cd5d6103ea
commit
1576c7a0d9
|
@ -242,22 +242,21 @@ Ext.define('PBS.TapeManagement.BackupOverview', {
|
|||
flex: 3,
|
||||
},
|
||||
{
|
||||
text: gettext('Number of Tapes'),
|
||||
text: gettext('Tapes'),
|
||||
dataIndex: 'tapes',
|
||||
sortable: false,
|
||||
flex: 1,
|
||||
},
|
||||
{
|
||||
text: gettext('Tape Number'),
|
||||
text: gettext('Seq. Nr.'),
|
||||
dataIndex: 'seq-nr',
|
||||
sortable: false,
|
||||
flex: 1,
|
||||
},
|
||||
{
|
||||
text: gettext('Media Set UUID'),
|
||||
dataIndex: 'media-set-uuid',
|
||||
hidden: true,
|
||||
sortable: false,
|
||||
flex: 1,
|
||||
width: 280,
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue