Skip to content

Commit a137283

Browse files
committed
Fix issue with forward merge
1 parent 875223c commit a137283

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

ui/src/views/compute/CreateAutoScaleVmGroup.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,6 +1066,7 @@ export default {
10661066
name: 'Wizard',
10671067
components: {
10681068
InfoCard,
1069+
DeployButtons,
10691070
ResourceIcon,
10701071
ZoneBlockRadioGroupSelect,
10711072
BlockRadioGroupSelect,

ui/src/views/compute/DeployVM.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -913,6 +913,7 @@ export default {
913913
components: {
914914
OwnershipSelection,
915915
InfoCard,
916+
DeployButtons,
916917
ResourceIcon,
917918
ZoneBlockRadioGroupSelect,
918919
BlockRadioGroupSelect,

ui/src/views/compute/DeployVnfAppliance.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -868,6 +868,7 @@ export default {
868868
name: 'Wizard',
869869
components: {
870870
InfoCard,
871+
DeployButtons,
871872
ResourceIcon,
872873
ZoneBlockRadioGroupSelect,
873874
BlockRadioGroupSelect,

0 commit comments

Comments
 (0)