mirror of
https://github.com/grafana/grafana.git
synced 2025-02-13 00:55:47 -06:00
18 lines
306 B
Plaintext
18 lines
306 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Render should render component 1`] = `
|
|
<Page
|
|
navModel={Object {}}
|
|
>
|
|
<PageContents
|
|
isLoading={false}
|
|
>
|
|
<DashboardsTable
|
|
dashboards={Array []}
|
|
onImport={[Function]}
|
|
onRemove={[Function]}
|
|
/>
|
|
</PageContents>
|
|
</Page>
|
|
`;
|