newvm: disable 'standalone' checkbox for now

It is currently broken - instead of setting template, it should clone
template's root volume.
This commit is contained in:
Marek Marczykowski-Górecki 2017-07-30 18:59:06 +02:00
parent da23873b47
commit d5e8bfe558
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -113,6 +113,9 @@
</item>
<item row="3" column="3">
<widget class="QCheckBox" name="standalone">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Standalone</string>
</property>