mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 01:53:33 -06:00
19 lines
322 B
Plaintext
19 lines
322 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Render should render component 1`] = `
|
|
<div>
|
|
<PageHeader
|
|
model={Object {}}
|
|
/>
|
|
<div
|
|
className="page-container page-body"
|
|
>
|
|
<DashboardsTable
|
|
dashboards={Array []}
|
|
onImport={[Function]}
|
|
onRemove={[Function]}
|
|
/>
|
|
</div>
|
|
</div>
|
|
`;
|