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 <a.laute...@proxmox.com> --- changes since v2: * new patch 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 31052b7..b2b4abc 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', -- 2.39.5 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel