fix: 样式 & 文案优化

This commit is contained in:
GraceWalk
2022-09-21 16:12:13 +08:00
parent 1d3caeea7d
commit d83d35aee9
6 changed files with 13 additions and 10 deletions

View File

@@ -330,7 +330,7 @@ const LoadBalance: React.FC = (props: any) => {
breadcrumbs={[
{ label: '多集群管理', aHref: '/' },
{ label: global?.clusterInfo?.name, aHref: `/cluster/${global?.clusterInfo?.id}` },
{ label: 'Load Rebalance', aHref: `` },
{ label: 'Rebalance', aHref: `` },
]}
/>
</div>