public inbox for pdm-devel@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
  0 siblings, 0 replies; only message 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] only message in thread

only message in thread, other threads:[~2025-09-11  8:43 UTC | newest]

Thread overview: (only message) (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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal