Skip to content

Commit e5e586a

Browse files
Added a message to select network during instance deployment
1 parent c40011e commit e5e586a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

ui/public/locales/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2767,6 +2767,7 @@
27672767
"message.network.offering.promiscuous.mode": "Applicable for guest networks on VMware hypervisor only.\nReject - The switch drops any outbound frame from a virtual machine adapter with a source MAC address that is different from the one in the .vmx configuration file.\nAccept - The switch does not perform filtering, and permits all outbound frames.\nNone - Default to value from global setting.",
27682768
"message.network.removenic": "Please confirm that want to remove this NIC, which will also remove the associated network from the VM.",
27692769
"message.network.secondaryip": "Please confirm that you would like to acquire a new secondary IP for this NIC. \n NOTE: You need to manually configure the newly-acquired secondary IP inside the virtual machine.",
2770+
"message.network.selection": "Choose one or more networks to attach the instance to. A new network can also be created here.",
27702771
"message.network.updateip": "Please confirm that you would like to change the IP address for this NIC on VM.",
27712772
"message.network.usage.info.data.points": "Each data point represents the difference in data traffic since the last data point.",
27722773
"message.network.usage.info.sum.of.vnics": "The network usage shown is made up of the sum of data traffic from all the vNICs in the VM.",

ui/src/views/compute/DeployVM.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,8 @@
387387
:status="zoneSelected ? 'process' : 'wait'"
388388
v-if="zone && zone.networktype !== 'Basic'">
389389
<template #description>
390-
<div v-if="zoneSelected">
390+
<div v-if="zoneSelected" style="margin-top: 10px">
391+
{{ $t('message.network.selection') }}
391392
<div v-if="vm.templateid && templateNics && templateNics.length > 0">
392393
<instance-nics-network-select-list-view
393394
:nics="templateNics"

0 commit comments

Comments
 (0)