mirror of https://github.com/apache/cloudstack.git
registeroruploadtemplate: Setting osdefault as default rootDiskControllerType
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
941c4d47c9
commit
e7088115d7
|
|
@ -212,6 +212,7 @@
|
|||
<a-form-item :label="$t('label.rootdiskcontrollertype')">
|
||||
<a-select
|
||||
v-decorator="['rootDiskControllerType', {
|
||||
initialValue: rootDisk.opts.length > 0 ? 'osdefault' : '',
|
||||
rules: [
|
||||
{
|
||||
required: true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue