task viewer: add new taks_id field as optional row entry

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-12-17 12:00:46 +01:00
parent 890d561b67
commit 21efafeb99

View File

@ -137,6 +137,9 @@ Ext.define('Proxmox.window.TaskViewer', {
header: gettext('Process ID'),
required: true
},
task_id: {
header: gettext('Task ID'),
},
starttime: {
header: gettext('Start Time'),
required: true,