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
|
|
|
|
className="gf-form-label gf-form-label--btn"
|
2019-11-01 08:48:35 -05:00
|
|
|
disabled={true}
|
2019-10-22 07:57:46 -05:00
|
|
|
onClick={[Function]}
|
2019-11-01 08:48:35 -05:00
|
|
|
title="Disable/enable query"
|
2019-10-22 07:57:46 -05:00
|
|
|
>
|
|
|
|
<i
|
|
|
|
className="fa fa-eye"
|
|
|
|
/>
|
|
|
|
</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="Add query"
|
2019-10-22 07:57:46 -05:00
|
|
|
>
|
|
|
|
<i
|
|
|
|
className="fa fa-plus"
|
|
|
|
/>
|
|
|
|
</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>
|
|
|
|
`;
|