[pve-devel] [PATCH widget-toolkit v3 2/3] node tasks: align view task button label to other uses
Aaron Lauterer
a.lauterer at proxmox.com
Mon Nov 18 11:45:29 CET 2024
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 at 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
More information about the pve-devel
mailing list