feat: surface BI data source health
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Receipt } from 'lucide-react';
|
||||
import ETCView from './ETCView';
|
||||
import { PageFrame } from '../../components/ui/surface';
|
||||
import MetricCatalogButton from '../../components/MetricCatalogButton';
|
||||
import BiHeaderActions from '../../components/BiHeaderActions';
|
||||
|
||||
export default function EtcModule() {
|
||||
return (
|
||||
@@ -11,7 +11,7 @@ export default function EtcModule() {
|
||||
icon={Receipt}
|
||||
eyebrow="ETC BI"
|
||||
meta="真实接入状态 · 指标口径已发布"
|
||||
actions={<MetricCatalogButton domain="etc" />}
|
||||
actions={<BiHeaderActions domain="etc" />}
|
||||
>
|
||||
<ETCView />
|
||||
</PageFrame>
|
||||
|
||||
Reference in New Issue
Block a user