ui: display next-media-label for tape backup jobs
This commit is contained in:
parent
e5545c9804
commit
023adb5945
|
@ -5,7 +5,7 @@ Ext.define('pbs-tape-backup-job-status', {
|
|||
{ name: 'eject-media', type: 'boolean' },
|
||||
{ name: 'export-media-set', type: 'boolean' },
|
||||
{ name: 'latest-only', type: 'boolean' },
|
||||
'next-run', 'last-run-upid', 'last-run-state', 'last-run-endtime',
|
||||
'next-run', 'next-media-label', 'last-run-upid', 'last-run-state', 'last-run-endtime',
|
||||
{
|
||||
name: 'duration',
|
||||
calculate: function(data) {
|
||||
|
@ -255,6 +255,12 @@ Ext.define('PBS.config.TapeBackupJobView', {
|
|||
width: 150,
|
||||
sortable: true,
|
||||
},
|
||||
{
|
||||
header: gettext('Next Media'),
|
||||
dataIndex: 'next-media-label',
|
||||
width: 100,
|
||||
sortable: true,
|
||||
},
|
||||
{
|
||||
header: gettext('Comment'),
|
||||
dataIndex: 'comment',
|
||||
|
|
Loading…
Reference in New Issue