ui: improve tape job edit (add eject-media and export-media-set)

And do not auto-generate job id.
This commit is contained in:
Dietmar Maurer
2021-02-24 08:41:39 +01:00
parent 52d8db7925
commit 81678129fb
2 changed files with 50 additions and 8 deletions

View File

@ -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',