Merge "fix: Fix ip name of topology to match the route list"
This commit is contained in:
commit
e242bc5855
@ -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