all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pdm-devel] [PATCH datacenter-manager] ui: pve tree: rename 'Remote' to 'Datacenter'
@ 2025-09-11  8:43 Dominik Csapak
  2025-09-11 15:12 ` [pdm-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Dominik Csapak @ 2025-09-11  8:43 UTC (permalink / raw)
  To: pdm-devel

It is the Proxmox *Datacenter* Manager, and we call the root node in the
PVE UI Tree the same, so this seems more fitting.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
---
 ui/src/pve/tree.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/pve/tree.rs b/ui/src/pve/tree.rs
index d2d920c..a1b8302 100644
--- a/ui/src/pve/tree.rs
+++ b/ui/src/pve/tree.rs
@@ -573,7 +573,7 @@ fn columns(
                     ),
                     PveTreeNode::Root => (
                         Container::new().with_child(Fa::new("server")),
-                        tr!("Remote"),
+                        tr!("Datacenter"),
                     ),
                     PveTreeNode::Node(r) => (utils::render_node_status_icon(r), r.node.to_string()),
                     PveTreeNode::Qemu(r) => {
-- 
2.47.3



_______________________________________________
pdm-devel mailing list
pdm-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [pdm-devel] applied: [PATCH datacenter-manager] ui: pve tree: rename 'Remote' to 'Datacenter'
  2025-09-11  8:43 [pdm-devel] [PATCH datacenter-manager] ui: pve tree: rename 'Remote' to 'Datacenter' Dominik Csapak
@ 2025-09-11 15:12 ` Thomas Lamprecht
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2025-09-11 15:12 UTC (permalink / raw)
  To: pdm-devel, Dominik Csapak

On Thu, 11 Sep 2025 10:43:30 +0200, Dominik Csapak wrote:
> It is the Proxmox *Datacenter* Manager, and we call the root node in the
> PVE UI Tree the same, so this seems more fitting.
> 
> 

Applied, thanks!

[1/1] ui: pve tree: rename 'Remote' to 'Datacenter'
      commit: c46f19628897a7d75381cfd3c5d0a7408dd9f4cd


_______________________________________________
pdm-devel mailing list
pdm-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-09-11 15:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-11  8:43 [pdm-devel] [PATCH datacenter-manager] ui: pve tree: rename 'Remote' to 'Datacenter' Dominik Csapak
2025-09-11 15:12 ` [pdm-devel] applied: " Thomas Lamprecht

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