rename to InfoPaneLeft/Right

This commit is contained in:
Ashley Harrison
2024-02-22 14:35:36 +00:00
parent 1c4998a8fb
commit bfa33a8968
3 changed files with 6 additions and 6 deletions
@@ -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>
@@ -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">
@@ -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">