diff --git a/public/app/features/dashboard/dashgrid/DashboardEmpty.tsx b/public/app/features/dashboard/dashgrid/DashboardEmpty.tsx index bf0e1df1825..59fce997504 100644 --- a/public/app/features/dashboard/dashgrid/DashboardEmpty.tsx +++ b/public/app/features/dashboard/dashgrid/DashboardEmpty.tsx @@ -4,6 +4,7 @@ import React from 'react'; import { GrafanaTheme2 } from '@grafana/data'; import { locationService, reportInteraction } from '@grafana/runtime'; import { Button, useStyles2 } from '@grafana/ui'; +import { H1, H3, P } from '@grafana/ui/src/unstable'; import { Trans } from 'app/core/internationalization'; import { DashboardModel } from 'app/features/dashboard/state'; import { onAddLibraryPanel, onCreateNewPanel, onCreateNewRow } from 'app/features/dashboard/utils/dashboard'; @@ -25,16 +26,20 @@ export const DashboardEmpty = ({ dashboard, canCreate }: Props) => {
-

- - Start your new dashboard by adding a visualization - -

-
- - Select a data source and then query and visualize your data with charts, stats and tables or create lists, - markdowns and other widgets. - +
+

+ + Start your new dashboard by adding a visualization + +

+
+
+

+ + Select a data source and then query and visualize your data with charts, stats and tables or create + lists, markdowns and other widgets. + +

-

- Add a row -

-
- Group your visualizations into expandable sections. +
+

+ Add a row +

+
+
+

+ + Group your visualizations into expandable sections. + +

-

- Import panel -

-
- - Import visualizations that are shared with other dashboards. - +
+

+ Import panel +

+
+
+

+ + Import visualizations that are shared with other dashboards. + +