ui: improve tape job edit (add eject-media and export-media-set)
And do not auto-generate job id.
This commit is contained in:
@ -200,6 +200,20 @@ Ext.define('PBS.config.TapeBackupJobView', {
|
||||
width: 120,
|
||||
sortable: true,
|
||||
},
|
||||
{
|
||||
header: gettext('Eject'),
|
||||
dataIndex: 'eject-media',
|
||||
renderer: Proxmox.Utils.format_boolean,
|
||||
width: 60,
|
||||
sortable: false,
|
||||
},
|
||||
{
|
||||
header: gettext('Export'),
|
||||
dataIndex: 'export-media-set',
|
||||
renderer: Proxmox.Utils.format_boolean,
|
||||
width: 60,
|
||||
sortable: false,
|
||||
},
|
||||
{
|
||||
header: gettext('Schedule'),
|
||||
dataIndex: 'schedule',
|
||||
|
Reference in New Issue
Block a user