mirror of
https://github.com/grafana/grafana.git
synced 2025-02-13 00:55:47 -06:00
* Update version and snapshots Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
31 lines
751 B
Plaintext
31 lines
751 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`TimeSyncButton should render component 1`] = `
|
|
<TimeSyncButton
|
|
isSynced={true}
|
|
onClick={[Function]}
|
|
>
|
|
<Component
|
|
content={[Function]}
|
|
placement="bottom"
|
|
>
|
|
<PopoverController
|
|
content={[Function]}
|
|
placement="bottom"
|
|
>
|
|
<button
|
|
aria-label="Synced times"
|
|
className="btn navbar-button navbar-button--attached explore-active-button-glow css-1tn4rnx-timePickerSynced"
|
|
onClick={[Function]}
|
|
onMouseEnter={[Function]}
|
|
onMouseLeave={[Function]}
|
|
>
|
|
<i
|
|
className="fa fa-link css-1c3xqzq-topPadding icon-brand-gradient"
|
|
/>
|
|
</button>
|
|
</PopoverController>
|
|
</Component>
|
|
</TimeSyncButton>
|
|
`;
|