mirror of
https://git.proxmox.com/git/qemu-server
synced 2026-01-08 19:13:42 +00:00
Adds the VM name to the title for the spice clent, making it easier to identify which in window lists etc.
Signed-off-by: Lindsay Mathieson <lindsay.mathieson@gmail.com>
This commit is contained in:
parent
e3299e8bdf
commit
68ab04470b
@ -1379,7 +1379,8 @@ __PACKAGE__->register_method({
|
||||
my $node = $param->{node};
|
||||
my $proxy = $param->{proxy};
|
||||
|
||||
my $title = "VM $vmid";
|
||||
my $conf = PVE::QemuServer::load_config($vmid, $node);
|
||||
my $title = "VM $vmid - $conf->{'name'}",
|
||||
|
||||
my $port = PVE::QemuServer::spice_port($vmid);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user