From b29a238107f05e5a043521000d923260a4edf362 Mon Sep 17 00:00:00 2001 From: Aaron Lauterer Date: Mon, 18 Nov 2024 11:45:29 +0100 Subject: [PATCH] node tasks: align view task button label to other uses We use "View Task" in the tooltip for the actionbutton per row. Aligning the label for consistency and making it clear what one opens/views. Signed-off-by: Aaron Lauterer Tested-by: Friedrich Weber Signed-off-by: Thomas Lamprecht --- src/node/Tasks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/Tasks.js b/src/node/Tasks.js index 5e46b3d..4099c28 100644 --- a/src/node/Tasks.js +++ b/src/node/Tasks.js @@ -222,7 +222,7 @@ Ext.define('Proxmox.node.Tasks', { items: [ { xtype: 'proxmoxButton', - text: gettext('View'), + text: gettext('View Task'), iconCls: 'fa fa-window-restore', disabled: true, handler: 'showTaskLog',