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',
|
name: 'Wizard',
|
||||||
components: {
|
components: {
|
||||||
InfoCard,
|
InfoCard,
|
||||||
|
DeployButtons,
|
||||||
ResourceIcon,
|
ResourceIcon,
|
||||||
ZoneBlockRadioGroupSelect,
|
ZoneBlockRadioGroupSelect,
|
||||||
BlockRadioGroupSelect,
|
BlockRadioGroupSelect,
|
||||||
|
|
|
||||||
|
|
@ -913,6 +913,7 @@ export default {
|
||||||
components: {
|
components: {
|
||||||
OwnershipSelection,
|
OwnershipSelection,
|
||||||
InfoCard,
|
InfoCard,
|
||||||
|
DeployButtons,
|
||||||
ResourceIcon,
|
ResourceIcon,
|
||||||
ZoneBlockRadioGroupSelect,
|
ZoneBlockRadioGroupSelect,
|
||||||
BlockRadioGroupSelect,
|
BlockRadioGroupSelect,
|
||||||
|
|
|
||||||
|
|
@ -868,6 +868,7 @@ export default {
|
||||||
name: 'Wizard',
|
name: 'Wizard',
|
||||||
components: {
|
components: {
|
||||||
InfoCard,
|
InfoCard,
|
||||||
|
DeployButtons,
|
||||||
ResourceIcon,
|
ResourceIcon,
|
||||||
ZoneBlockRadioGroupSelect,
|
ZoneBlockRadioGroupSelect,
|
||||||
BlockRadioGroupSelect,
|
BlockRadioGroupSelect,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue