/usr/share/grafana/public/app/features/migrate-to-cloud/cloud
import { Trans, t } from '@grafana/i18n'; import { Alert } from '@grafana/ui'; export function TokenErrorAlert() { return ( <Alert severity="error" title={t('migrate-to-cloud.migration-token.error-title', 'Something went wrong')}> <Trans i18nKey="migrate-to-cloud.migration-token.error-body"> Unable to generate a migration token. Please try again later. </Trans> </Alert> ); }
.
Edit
..
Edit
EmptyState
Edit
MigrationTokenPane
Edit
Page.tsx
Edit
TokenErrorAlert.tsx
Edit