* [PATCH datacenter-manager] ui: resource: pve: rename "Remote Tasks" tab to "Tasks"
@ 2026-04-21 12:03 Lukas Wagner
2026-04-21 12:16 ` Lukas Wagner
0 siblings, 1 reply; 2+ messages in thread
From: Lukas Wagner @ 2026-04-21 12:03 UTC (permalink / raw)
To: pdm-devel
Given the placement in the UI and also its position directly underneath
the headline "Remote ..." the contents of this task view tab should be
clear enough to allow the shorter text.
Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
---
ui/src/pve/remote/mod.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/src/pve/remote/mod.rs b/ui/src/pve/remote/mod.rs
index 5d30deaa..4da0a9bc 100644
--- a/ui/src/pve/remote/mod.rs
+++ b/ui/src/pve/remote/mod.rs
@@ -56,7 +56,7 @@ impl yew::Component for PveRemotePanelComp {
.with_item_builder(
TabBarItem::new()
.key("tasks_view")
- .label(tr!("Remote Tasks"))
+ .label(tr!("Tasks"))
.icon_class("fa fa-list"),
{
let remote = props.remote.clone();
--
2.47.3
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH datacenter-manager] ui: resource: pve: rename "Remote Tasks" tab to "Tasks"
2026-04-21 12:03 [PATCH datacenter-manager] ui: resource: pve: rename "Remote Tasks" tab to "Tasks" Lukas Wagner
@ 2026-04-21 12:16 ` Lukas Wagner
0 siblings, 0 replies; 2+ messages in thread
From: Lukas Wagner @ 2026-04-21 12:16 UTC (permalink / raw)
To: Lukas Wagner, pdm-devel
On Tue Apr 21, 2026 at 2:03 PM CEST, Lukas Wagner wrote:
> Given the placement in the UI and also its position directly underneath
> the headline "Remote ..." the contents of this task view tab should be
> clear enough to allow the shorter text.
>
> Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
> ---
Forgot to add my "notes":
I sent this patch so that the tab title is consistent with Dominik's
patch here:
https://lore.proxmox.com/all/20260309143827.3017628-1-d.csapak@proxmox.com/T/#u
> ui/src/pve/remote/mod.rs | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/ui/src/pve/remote/mod.rs b/ui/src/pve/remote/mod.rs
> index 5d30deaa..4da0a9bc 100644
> --- a/ui/src/pve/remote/mod.rs
> +++ b/ui/src/pve/remote/mod.rs
> @@ -56,7 +56,7 @@ impl yew::Component for PveRemotePanelComp {
> .with_item_builder(
> TabBarItem::new()
> .key("tasks_view")
> - .label(tr!("Remote Tasks"))
> + .label(tr!("Tasks"))
> .icon_class("fa fa-list"),
> {
> let remote = props.remote.clone();
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-04-21 12:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-04-21 12:03 [PATCH datacenter-manager] ui: resource: pve: rename "Remote Tasks" tab to "Tasks" Lukas Wagner
2026-04-21 12:16 ` Lukas Wagner
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.