From aec218c793b1fe6b0996e33c7c653c24132045f2 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 20 Jan 2020 09:29:13 +0100 Subject: [PATCH] Revert "vmstatus: Align name if not set in config to VMs" This reverts commit 3e5b8644ca54eb42c7c739aafdbffe7cf270ca09. --- src/PVE/LXC.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVE/LXC.pm b/src/PVE/LXC.pm index 81d2dd4..34949c6 100644 --- a/src/PVE/LXC.pm +++ b/src/PVE/LXC.pm @@ -197,7 +197,7 @@ sub vmstatus { $unprivileged->{$vmid} = $conf->{unprivileged}; - $d->{name} = $conf->{'hostname'} || "CT $vmid"; + $d->{name} = $conf->{'hostname'} || "CT$vmid"; $d->{name} =~ s/[\s]//g; $d->{cpus} = $conf->{cores} || $conf->{cpulimit}; -- 2.39.2