mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
Uppercase ESX and GSX (from the esx driver)
This commit is contained in:
parent
1ab62042cf
commit
272a6e24ce
@ -459,6 +459,8 @@ class vmmConnection(gobject.GObject):
|
|||||||
hv = "QEMU"
|
hv = "QEMU"
|
||||||
if active and self.is_kvm_supported():
|
if active and self.is_kvm_supported():
|
||||||
hv += "/KVM"
|
hv += "/KVM"
|
||||||
|
elif scheme in ('esx', 'gsx'):
|
||||||
|
hv = scheme.upper()
|
||||||
else:
|
else:
|
||||||
hv = scheme.capitalize()
|
hv = scheme.capitalize()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user