Skip to content

Commit cace6cd

Browse files
committed
Merge remote-tracking branch 'apache/main' into ExternalDeploymentIntegration
2 parents be99173 + 0bd35a5 commit cace6cd

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

ui/src/views/compute/DeployVM.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1476,6 +1476,9 @@ export default {
14761476
isCustomizedIOPS () {
14771477
return this.rootDiskSelected?.iscustomizediops || this.serviceOffering?.iscustomizediops || false
14781478
},
1479+
deployMenuOptions () {
1480+
return [this.form.startvm ? this.$t('label.launch.vm.and.stay') : this.$t('label.create.vm.and.stay')]
1481+
},
14791482
isModernImageSelection () {
14801483
return this.$config.imageSelectionInterface === undefined || this.$config.imageSelectionInterface === 'modern'
14811484
},

ui/src/views/compute/DeployVnfAppliance.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1338,6 +1338,9 @@ export default {
13381338
isCustomizedIOPS () {
13391339
return this.rootDiskSelected?.iscustomizediops || this.serviceOffering?.iscustomizediops || false
13401340
},
1341+
deployMenuOptions () {
1342+
return [this.$t('label.launch.vnf.appliance.and.stay')]
1343+
},
13411344
isModernImageSelection () {
13421345
return this.$config.imageSelectionInterface === undefined || this.$config.imageSelectionInterface === 'modern'
13431346
},

0 commit comments

Comments
 (0)