fix: Fix ip name of topology to match the route list

Change the name from 'Floating IP' to 'External Fixed IP'

Change-Id: I1b7b0e0ed58cfbae778ee52e44a2a9e4c7cc907f
This commit is contained in:
xusongfu 2021-07-28 14:13:45 +08:00
parent 8f545ccb62
commit 39ad45b55a

View File

@ -70,7 +70,7 @@ export default class NodeCard extends React.Component {
render: (value) => routerStatus[value] || '-',
},
{
title: t('Floating IP'),
title: t('External Fixed IP'),
dataIndex: 'external_gateway_info',
isHideable: true,
render: (value) =>