all lists on lists.proxmox.com
 help / color / mirror / Atom feed
From: Lukas Wagner <l.wagner@proxmox.com>
To: pdm-devel@lists.proxmox.com
Subject: [PATCH datacenter-manager] ui: resource: pve: rename "Remote Tasks" tab to "Tasks"
Date: Tue, 21 Apr 2026 14:03:44 +0200	[thread overview]
Message-ID: <20260421120344.265900-1-l.wagner@proxmox.com> (raw)

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





             reply	other threads:[~2026-04-21 12:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-21 12:03 Lukas Wagner [this message]
2026-04-21 12:16 ` Lukas Wagner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260421120344.265900-1-l.wagner@proxmox.com \
    --to=l.wagner@proxmox.com \
    --cc=pdm-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal