fix: fix the i18n of the status of vpn ipsec connection
Fix the status i18n in the vpn ipsec connection detail page Closes-Bug: #1996700 Change-Id: I50215ece5cb28721ce9c9e8b6998636a8f6799ba
This commit is contained in:
parent
747c0852d6
commit
9df7b6ca0f
@ -15,6 +15,7 @@
|
||||
import { inject, observer } from 'mobx-react';
|
||||
import Base from 'containers/TabDetail';
|
||||
import { VpnIPsecConnectionStore } from 'stores/neutron/vpn-ipsec-connection';
|
||||
import { vpnStatus } from 'resources/neutron/vpn';
|
||||
import BaseDetail from './BaseDetail';
|
||||
import { actionConfigs, adminConfigs } from '../actions';
|
||||
|
||||
@ -60,6 +61,7 @@ export class IPsecSiteConnection extends Base {
|
||||
{
|
||||
title: t('Status'),
|
||||
dataIndex: 'status',
|
||||
valueMap: vpnStatus,
|
||||
},
|
||||
{
|
||||
title: t('Local Endpoint Group ID'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user