mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-06-21 21:41:01 +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'),
|
header: gettext('Process ID'),
|
||||||
required: true
|
required: true
|
||||||
},
|
},
|
||||||
|
task_id: {
|
||||||
|
header: gettext('Task ID'),
|
||||||
|
},
|
||||||
starttime: {
|
starttime: {
|
||||||
header: gettext('Start Time'),
|
header: gettext('Start Time'),
|
||||||
required: true,
|
required: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user