From bfa33a8968ff503784ad3d2a029065a277545a17 Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Thu, 22 Feb 2024 14:35:36 +0000 Subject: [PATCH] rename to InfoPaneLeft/Right --- .../admin/migrate-to-cloud/EmptyState/EmptyState.tsx | 8 ++++---- .../EmptyState/{InfoPane1.tsx => InfoPaneLeft.tsx} | 2 +- .../EmptyState/{InfoPane2.tsx => InfoPaneRight.tsx} | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) rename public/app/features/admin/migrate-to-cloud/EmptyState/{InfoPane1.tsx => InfoPaneLeft.tsx} (98%) rename public/app/features/admin/migrate-to-cloud/EmptyState/{InfoPane2.tsx => InfoPaneRight.tsx} (98%) diff --git a/public/app/features/admin/migrate-to-cloud/EmptyState/EmptyState.tsx b/public/app/features/admin/migrate-to-cloud/EmptyState/EmptyState.tsx index 3e405b06257..09c01b40099 100644 --- a/public/app/features/admin/migrate-to-cloud/EmptyState/EmptyState.tsx +++ b/public/app/features/admin/migrate-to-cloud/EmptyState/EmptyState.tsx @@ -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, }} > - - + + diff --git a/public/app/features/admin/migrate-to-cloud/EmptyState/InfoPane1.tsx b/public/app/features/admin/migrate-to-cloud/EmptyState/InfoPaneLeft.tsx similarity index 98% rename from public/app/features/admin/migrate-to-cloud/EmptyState/InfoPane1.tsx rename to public/app/features/admin/migrate-to-cloud/EmptyState/InfoPaneLeft.tsx index bb010fb485f..b792eb88334 100644 --- a/public/app/features/admin/migrate-to-cloud/EmptyState/InfoPane1.tsx +++ b/public/app/features/admin/migrate-to-cloud/EmptyState/InfoPaneLeft.tsx @@ -5,7 +5,7 @@ import { t, Trans } from 'app/core/internationalization'; import { InfoItem } from './InfoItem'; -export const InfoPane1 = () => { +export const InfoPaneLeft = () => { return ( diff --git a/public/app/features/admin/migrate-to-cloud/EmptyState/InfoPane2.tsx b/public/app/features/admin/migrate-to-cloud/EmptyState/InfoPaneRight.tsx similarity index 98% rename from public/app/features/admin/migrate-to-cloud/EmptyState/InfoPane2.tsx rename to public/app/features/admin/migrate-to-cloud/EmptyState/InfoPaneRight.tsx index 986d9711734..a6f3b3485ef 100644 --- a/public/app/features/admin/migrate-to-cloud/EmptyState/InfoPane2.tsx +++ b/public/app/features/admin/migrate-to-cloud/EmptyState/InfoPaneRight.tsx @@ -5,7 +5,7 @@ import { t, Trans } from 'app/core/internationalization'; import { InfoItem } from './InfoItem'; -export const InfoPane2 = () => { +export const InfoPaneRight = () => { return (