File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff 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 },
Original file line number Diff line number Diff 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 },
You can’t perform that action at this time.
0 commit comments