fix(platform): remove fake healthy topbar
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Badge, Button, Input, Nav, Space, Tag, Toast, Typography } from '@douyinfe/semi-ui';
|
||||
import { Button, Input, Nav, Space, Tag, Toast } from '@douyinfe/semi-ui';
|
||||
import {
|
||||
IconActivity,
|
||||
IconBarChartHStroked,
|
||||
@@ -76,9 +76,7 @@ export function AppShell({
|
||||
</Space>
|
||||
<Space spacing={12}>
|
||||
<Tag color="blue">生产环境</Tag>
|
||||
<Badge count={0} type="success">
|
||||
<Typography.Text>链路正常</Typography.Text>
|
||||
</Badge>
|
||||
<Button size="small" onClick={() => onChange('quality')}>链路监控</Button>
|
||||
</Space>
|
||||
</header>
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user