|
|
@ -4,8 +4,7 @@ import React from 'react'; |
|
|
|
import { GrafanaTheme2 } from '@grafana/data'; |
|
|
|
import { GrafanaTheme2 } from '@grafana/data'; |
|
|
|
import { selectors } from '@grafana/e2e-selectors'; |
|
|
|
import { selectors } from '@grafana/e2e-selectors'; |
|
|
|
import { config, locationService, reportInteraction } from '@grafana/runtime'; |
|
|
|
import { config, locationService, reportInteraction } from '@grafana/runtime'; |
|
|
|
import { Button, useStyles2, Text, Box } from '@grafana/ui'; |
|
|
|
import { Button, useStyles2, Text, Box, Stack } from '@grafana/ui'; |
|
|
|
import { Stack } from '@grafana/ui/src/unstable'; |
|
|
|
|
|
|
|
import { Trans } from 'app/core/internationalization'; |
|
|
|
import { Trans } from 'app/core/internationalization'; |
|
|
|
import { DashboardModel } from 'app/features/dashboard/state'; |
|
|
|
import { DashboardModel } from 'app/features/dashboard/state'; |
|
|
|
import { onAddLibraryPanel, onCreateNewPanel, onImportDashboard } from 'app/features/dashboard/utils/dashboard'; |
|
|
|
import { onAddLibraryPanel, onCreateNewPanel, onImportDashboard } from 'app/features/dashboard/utils/dashboard'; |
|
|
|