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 {
|
import {
|
||||||
IconActivity,
|
IconActivity,
|
||||||
IconBarChartHStroked,
|
IconBarChartHStroked,
|
||||||
@@ -76,9 +76,7 @@ export function AppShell({
|
|||||||
</Space>
|
</Space>
|
||||||
<Space spacing={12}>
|
<Space spacing={12}>
|
||||||
<Tag color="blue">生产环境</Tag>
|
<Tag color="blue">生产环境</Tag>
|
||||||
<Badge count={0} type="success">
|
<Button size="small" onClick={() => onChange('quality')}>链路监控</Button>
|
||||||
<Typography.Text>链路正常</Typography.Text>
|
|
||||||
</Badge>
|
|
||||||
</Space>
|
</Space>
|
||||||
</header>
|
</header>
|
||||||
{children}
|
{children}
|
||||||
|
|||||||
Reference in New Issue
Block a user