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 <a.lauterer@proxmox.com>
Tested-by: Friedrich Weber <f.weber@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Aaron Lauterer 2024-11-18 11:45:29 +01:00 committed by Thomas Lamprecht
parent 04f612a65a
commit b29a238107

View File

@ -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',