mirror of https://github.com/apache/cloudstack.git
Fix issue with forward merge
This commit is contained in:
parent
875223c5b4
commit
a13728360b
|
|
@ -1066,6 +1066,7 @@ export default {
|
|||
name: 'Wizard',
|
||||
components: {
|
||||
InfoCard,
|
||||
DeployButtons,
|
||||
ResourceIcon,
|
||||
ZoneBlockRadioGroupSelect,
|
||||
BlockRadioGroupSelect,
|
||||
|
|
|
|||
|
|
@ -913,6 +913,7 @@ export default {
|
|||
components: {
|
||||
OwnershipSelection,
|
||||
InfoCard,
|
||||
DeployButtons,
|
||||
ResourceIcon,
|
||||
ZoneBlockRadioGroupSelect,
|
||||
BlockRadioGroupSelect,
|
||||
|
|
|
|||
|
|
@ -868,6 +868,7 @@ export default {
|
|||
name: 'Wizard',
|
||||
components: {
|
||||
InfoCard,
|
||||
DeployButtons,
|
||||
ResourceIcon,
|
||||
ZoneBlockRadioGroupSelect,
|
||||
BlockRadioGroupSelect,
|
||||
|
|
|
|||
Loading…
Reference in New Issue