]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
task viewer: add new taks_id field as optional row entry
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 17 Dec 2019 11:00:46 +0000 (12:00 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 17 Dec 2019 11:00:51 +0000 (12:00 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
window/TaskViewer.js

index d3133f918c867d0411a37c57d7313432296423ea..347542e94dc17a5b2fd5ff5e7d8cd921b371c7ef 100644 (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,