Merge "fix: Fix ip name of topology to match the route list"
This commit is contained in:
@@ -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) =>
|
||||
|
Reference in New Issue
Block a user