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:
Jingwei.Zhang 2022-11-16 16:02:48 +08:00
parent 747c0852d6
commit 9df7b6ca0f

View File

@ -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'),