1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-25 23:21:29 +03:00

B OpenNebula/one#5462: Change external text (#2576)

This commit is contained in:
Frederick Borges 2023-04-12 10:25:31 +02:00 committed by GitHub
parent 877bcdd239
commit 54080161ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -100,8 +100,8 @@ const GENERAL_FIELDS = ({ nics = [] } = {}) =>
},
{
name: 'EXTERNAL',
label: T.External,
tooltip: T.ExternalConcept,
label: T.SkipNetworkContextualization,
tooltip: T.SkipNetworkContextualizationConcept,
type: INPUT_TYPES.SWITCH,
dependOf: 'PARENT',
htmlType: (parent) => !parent?.length && INPUT_TYPES.HIDDEN,

View File

@ -677,8 +677,9 @@ module.exports = {
NIC: 'NIC',
Alias: 'Alias',
AsAnAlias: 'Attach as an alias',
External: 'External',
ExternalConcept: 'The NIC will be attached as an external alias of the VM',
SkipNetworkContextualization: 'Skip network contextualization',
SkipNetworkContextualizationConcept:
'A virtual router can be configured to route SDNAT traffic for this NIC IP address',
OverrideNetworkValuesIPv4: 'Override Network Values IPv4',
OverrideNetworkValuesIPv6: 'Override Network Values IPv6',
OverrideNetworkInboundTrafficQos: 'Override Network Inbound Traffic QoS',