2019-10-22 07:57:46 -05:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`QueryRowActions should render component 1`] = `
|
|
|
|
<div
|
|
|
|
className="gf-form-inline flex-shrink-0"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
className="gf-form"
|
|
|
|
>
|
|
|
|
<button
|
|
|
|
aria-label="Edit mode button"
|
|
|
|
className="gf-form-label gf-form-label--btn"
|
|
|
|
onClick={[Function]}
|
|
|
|
>
|
|
|
|
<i
|
|
|
|
className="fa fa-pencil"
|
|
|
|
/>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
className="gf-form"
|
|
|
|
>
|
|
|
|
<button
|
2019-12-23 05:29:00 -06:00
|
|
|
className="gf-form-label"
|
2019-11-01 08:48:35 -05:00
|
|
|
disabled={true}
|
2019-12-23 05:29:00 -06:00
|
|
|
title="Query row latency"
|
2019-10-22 07:57:46 -05:00
|
|
|
>
|
2019-12-23 05:29:00 -06:00
|
|
|
0.0s
|
2019-10-22 07:57:46 -05:00
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
className="gf-form"
|
|
|
|
>
|
|
|
|
<button
|
|
|
|
className="gf-form-label gf-form-label--btn"
|
2019-12-23 05:29:00 -06:00
|
|
|
disabled={true}
|
2019-10-22 07:57:46 -05:00
|
|
|
onClick={[Function]}
|
2019-12-23 05:29:00 -06:00
|
|
|
title="Disable/enable query"
|
2019-10-22 07:57:46 -05:00
|
|
|
>
|
|
|
|
<i
|
2019-12-23 05:29:00 -06:00
|
|
|
className="fa fa-eye"
|
2019-10-22 07:57:46 -05:00
|
|
|
/>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
className="gf-form"
|
|
|
|
>
|
|
|
|
<button
|
|
|
|
className="gf-form-label gf-form-label--btn"
|
|
|
|
onClick={[Function]}
|
2019-11-01 08:48:35 -05:00
|
|
|
title="Remove query"
|
2019-10-22 07:57:46 -05:00
|
|
|
>
|
|
|
|
<i
|
|
|
|
className="fa fa-minus"
|
|
|
|
/>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|