rename to InfoPaneLeft/Right
This commit is contained in:
@@ -5,8 +5,8 @@ import { GrafanaTheme2 } from '@grafana/data';
|
||||
import { Grid, Stack, useStyles2 } from '@grafana/ui';
|
||||
|
||||
import { CallToAction } from './CallToAction';
|
||||
import { InfoPane1 } from './InfoPane1';
|
||||
import { InfoPane2 } from './InfoPane2';
|
||||
import { InfoPaneLeft } from './InfoPaneLeft';
|
||||
import { InfoPaneRight } from './InfoPaneRight';
|
||||
|
||||
export const EmptyState = () => {
|
||||
const styles = useStyles2(getStyles);
|
||||
@@ -22,8 +22,8 @@ export const EmptyState = () => {
|
||||
lg: 2,
|
||||
}}
|
||||
>
|
||||
<InfoPane1 />
|
||||
<InfoPane2 />
|
||||
<InfoPaneLeft />
|
||||
<InfoPaneRight />
|
||||
</Grid>
|
||||
</Stack>
|
||||
</div>
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ import { t, Trans } from 'app/core/internationalization';
|
||||
|
||||
import { InfoItem } from './InfoItem';
|
||||
|
||||
export const InfoPane1 = () => {
|
||||
export const InfoPaneLeft = () => {
|
||||
return (
|
||||
<Box padding={2} backgroundColor="secondary">
|
||||
<Stack gap={2} direction="column">
|
||||
+1
-1
@@ -5,7 +5,7 @@ import { t, Trans } from 'app/core/internationalization';
|
||||
|
||||
import { InfoItem } from './InfoItem';
|
||||
|
||||
export const InfoPane2 = () => {
|
||||
export const InfoPaneRight = () => {
|
||||
return (
|
||||
<Box padding={2} backgroundColor="secondary">
|
||||
<Stack gap={2} direction="column">
|
||||
Reference in New Issue
Block a user