mirror of https://github.com/buster-so/buster.git
move chat experiece around
This commit is contained in:
parent
646e1a963c
commit
5e9d520f2c
|
@ -11,8 +11,8 @@ export default function MetricPage({
|
||||||
const embedView = embed === 'true';
|
const embedView = embed === 'true';
|
||||||
|
|
||||||
return (
|
return (
|
||||||
// <AppAssetCheckLayout metricId={metricId} type="metric">
|
<AppAssetCheckLayout metricId={metricId} type="metric">
|
||||||
<MetricController metricId={metricId} />
|
<MetricController metricId={metricId} />
|
||||||
// </AppAssetCheckLayout>
|
</AppAssetCheckLayout>
|
||||||
);
|
);
|
||||||
}
|
}
|
|
@ -38,22 +38,3 @@ export const MetricViewChartController: React.FC<MetricViewProps> = React.memo((
|
||||||
});
|
});
|
||||||
|
|
||||||
MetricViewChartController.displayName = 'MetricViewChartController';
|
MetricViewChartController.displayName = 'MetricViewChartController';
|
||||||
|
|
||||||
/*
|
|
||||||
// return (
|
|
||||||
// <AppSplitter
|
|
||||||
// ref={appSplitterRef}
|
|
||||||
// initialReady={false}
|
|
||||||
// leftChildren={
|
|
||||||
// <MetricViewController metricId={metricId} selectedFileView={selectedFileView} />
|
|
||||||
// }
|
|
||||||
// rightChildren={<MetricEditController metricId={metricId} />}
|
|
||||||
// rightHidden={!renderSecondary}
|
|
||||||
// autoSaveId="metric-controller"
|
|
||||||
// defaultLayout={defaultLayout}
|
|
||||||
// preserveSide={'right'}
|
|
||||||
// rightPanelMinSize={250}
|
|
||||||
// rightPanelMaxSize={360}
|
|
||||||
// />
|
|
||||||
//);
|
|
||||||
*/
|
|
||||||
|
|
Loading…
Reference in New Issue