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:
parent
8f545ccb62
commit
39ad45b55a
@ -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) =>
|
||||
|
Loading…
Reference in New Issue
Block a user