mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-06-21 18:22:32 +00:00
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:
parent
890d561b67
commit
21efafeb99
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user