ui: Fix Internal LB LB rule column and missing translation (#6288)

This commit is contained in:
Pearl Dsilva 2022-04-20 19:03:43 +05:30 committed by GitHub
parent 9f076ff10d
commit 25f92c50f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -2085,6 +2085,7 @@
"label.source.nat.supported": "SourceNAT Supported",
"label.sourcecidr": "Source CIDR",
"label.sourceipaddress": "Source IP Address",
"label.sourceipaddressnetworkid": "Network ID of Source IP Address",
"label.sourcenat": "Source NAT",
"label.sourcenatsupported": "Source NAT Supported",
"label.sourcenattype": "Supported Source NAT type",

View File

@ -295,6 +295,9 @@
<status :text="record.requiresupgrade ? 'warning' : ''" />
{{ record.requiresupgrade ? 'Yes' : 'No' }}
</template>
<template #loadbalancerrule="{ record }">
<span> {{ record.loadbalancerrule }} </span>
</template>
<template #autoscalingenabled="{ record }">
<status :text="record.autoscalingenabled ? 'Enabled' : 'Disabled'" />
{{ record.autoscalingenabled ? 'Enabled' : 'Disabled' }}