mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-23 17:34:21 +03:00
details: Don't blacklist machine 'none'
Libvirt has done this for us for a long time Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
7d22f7b5dc
commit
701164c664
@ -679,8 +679,6 @@ class vmmDetails(vmmGObjectUI):
|
||||
|
||||
if show_machine:
|
||||
for machine in machines:
|
||||
if machine == "none":
|
||||
continue
|
||||
machtype_model.append([machine])
|
||||
|
||||
self.widget("machine-type").set_visible(self.is_customize_dialog)
|
||||
|
Loading…
Reference in New Issue
Block a user