mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-06-25 19:07:52 +00:00
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:
parent
04f612a65a
commit
b29a238107
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user