mirror of https://github.com/grafana/grafana
E2C: Add a 'supported types' disclosure to the bottom of the resources table (#91475)
parent
5376a2eb93
commit
c070b39dae
@ -0,0 +1,15 @@ |
||||
import { Text, TextLink } from '@grafana/ui'; |
||||
import { Trans } from 'app/core/internationalization'; |
||||
|
||||
export function SupportedTypesDisclosure() { |
||||
return ( |
||||
<Text color="secondary" textAlignment="center"> |
||||
<Trans i18nKey="migrate-to-cloud.support-types-disclosure.text"> |
||||
Dashboards, Folders, and built-in core data sources are migrated to your Grafana Cloud stack.{' '} |
||||
<TextLink external href="https://grafana.com/docs/grafana-cloud/account-management/migration-guide"> |
||||
Learn about migrating other settings. |
||||
</TextLink> |
||||
</Trans> |
||||
</Text> |
||||
); |
||||
} |
Loading…
Reference in new issue