Skip to content

Commit 1401423

Browse files
Added a message to select network during instance deployment
1 parent 6301ebd commit 1401423

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
@@ -2756,6 +2756,7 @@
27562756
"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.",
27572757
"message.network.removenic": "Please confirm that want to remove this NIC, which will also remove the associated network from the VM.",
27582758
"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.",
2759+
"message.network.selection": "Choose one or more networks to attach the instance to. A new network can also be created here.",
27592760
"message.network.updateip": "Please confirm that you would like to change the IP address for this NIC on VM.",
27602761
"message.network.usage.info.data.points": "Each data point represents the difference in data traffic since the last data point.",
27612762
"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
@@ -389,7 +389,8 @@
389389
:status="zoneSelected ? 'process' : 'wait'"
390390
v-if="zone && zone.networktype !== 'Basic'">
391391
<template #description>
392-
<div v-if="zoneSelected">
392+
<div v-if="zoneSelected" style="margin-top: 10px">
393+
{{ $t('message.network.selection') }}
393394
<div v-if="vm.templateid && templateNics && templateNics.length > 0">
394395
<instance-nics-network-select-list-view
395396
:nics="templateNics"

0 commit comments

Comments
 (0)