mirror of https://github.com/apache/cloudstack.git
ui: Fix Internal LB LB rule column and missing translation (#6288)
This commit is contained in:
parent
9f076ff10d
commit
25f92c50f0
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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' }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue