|
@@ -7,19 +7,13 @@ exports[`Render should render component 1`] = `
|
|
|
<div
|
|
<div
|
|
|
className="gf-form gf-form--grow"
|
|
className="gf-form gf-form--grow"
|
|
|
>
|
|
>
|
|
|
- <label
|
|
|
|
|
- className="gf-form--has-input-icon"
|
|
|
|
|
- >
|
|
|
|
|
- <ForwardRef
|
|
|
|
|
- className="gf-form-input width-20"
|
|
|
|
|
- onChange={[MockFunction]}
|
|
|
|
|
- placeholder="Filter by name or type"
|
|
|
|
|
- value=""
|
|
|
|
|
- />
|
|
|
|
|
- <i
|
|
|
|
|
- className="gf-form-input-icon fa fa-search"
|
|
|
|
|
- />
|
|
|
|
|
- </label>
|
|
|
|
|
|
|
+ <ForwardRef
|
|
|
|
|
+ inputClassName="gf-form-input width-20"
|
|
|
|
|
+ labelClassName="gf-form--has-input-icon"
|
|
|
|
|
+ onChange={[MockFunction]}
|
|
|
|
|
+ placeholder="Filter by name or type"
|
|
|
|
|
+ value=""
|
|
|
|
|
+ />
|
|
|
<div
|
|
<div
|
|
|
className="page-action-bar__spacer"
|
|
className="page-action-bar__spacer"
|
|
|
/>
|
|
/>
|
|
@@ -34,19 +28,13 @@ exports[`Render should render pending invites button 1`] = `
|
|
|
<div
|
|
<div
|
|
|
className="gf-form gf-form--grow"
|
|
className="gf-form gf-form--grow"
|
|
|
>
|
|
>
|
|
|
- <label
|
|
|
|
|
- className="gf-form--has-input-icon"
|
|
|
|
|
- >
|
|
|
|
|
- <ForwardRef
|
|
|
|
|
- className="gf-form-input width-20"
|
|
|
|
|
- onChange={[MockFunction]}
|
|
|
|
|
- placeholder="Filter by name or type"
|
|
|
|
|
- value=""
|
|
|
|
|
- />
|
|
|
|
|
- <i
|
|
|
|
|
- className="gf-form-input-icon fa fa-search"
|
|
|
|
|
- />
|
|
|
|
|
- </label>
|
|
|
|
|
|
|
+ <ForwardRef
|
|
|
|
|
+ inputClassName="gf-form-input width-20"
|
|
|
|
|
+ labelClassName="gf-form--has-input-icon"
|
|
|
|
|
+ onChange={[MockFunction]}
|
|
|
|
|
+ placeholder="Filter by name or type"
|
|
|
|
|
+ value=""
|
|
|
|
|
+ />
|
|
|
<div
|
|
<div
|
|
|
style={
|
|
style={
|
|
|
Object {
|
|
Object {
|
|
@@ -85,19 +73,13 @@ exports[`Render should show external user management button 1`] = `
|
|
|
<div
|
|
<div
|
|
|
className="gf-form gf-form--grow"
|
|
className="gf-form gf-form--grow"
|
|
|
>
|
|
>
|
|
|
- <label
|
|
|
|
|
- className="gf-form--has-input-icon"
|
|
|
|
|
- >
|
|
|
|
|
- <ForwardRef
|
|
|
|
|
- className="gf-form-input width-20"
|
|
|
|
|
- onChange={[MockFunction]}
|
|
|
|
|
- placeholder="Filter by name or type"
|
|
|
|
|
- value=""
|
|
|
|
|
- />
|
|
|
|
|
- <i
|
|
|
|
|
- className="gf-form-input-icon fa fa-search"
|
|
|
|
|
- />
|
|
|
|
|
- </label>
|
|
|
|
|
|
|
+ <ForwardRef
|
|
|
|
|
+ inputClassName="gf-form-input width-20"
|
|
|
|
|
+ labelClassName="gf-form--has-input-icon"
|
|
|
|
|
+ onChange={[MockFunction]}
|
|
|
|
|
+ placeholder="Filter by name or type"
|
|
|
|
|
+ value=""
|
|
|
|
|
+ />
|
|
|
<div
|
|
<div
|
|
|
className="page-action-bar__spacer"
|
|
className="page-action-bar__spacer"
|
|
|
/>
|
|
/>
|
|
@@ -122,19 +104,13 @@ exports[`Render should show invite button 1`] = `
|
|
|
<div
|
|
<div
|
|
|
className="gf-form gf-form--grow"
|
|
className="gf-form gf-form--grow"
|
|
|
>
|
|
>
|
|
|
- <label
|
|
|
|
|
- className="gf-form--has-input-icon"
|
|
|
|
|
- >
|
|
|
|
|
- <ForwardRef
|
|
|
|
|
- className="gf-form-input width-20"
|
|
|
|
|
- onChange={[MockFunction]}
|
|
|
|
|
- placeholder="Filter by name or type"
|
|
|
|
|
- value=""
|
|
|
|
|
- />
|
|
|
|
|
- <i
|
|
|
|
|
- className="gf-form-input-icon fa fa-search"
|
|
|
|
|
- />
|
|
|
|
|
- </label>
|
|
|
|
|
|
|
+ <ForwardRef
|
|
|
|
|
+ inputClassName="gf-form-input width-20"
|
|
|
|
|
+ labelClassName="gf-form--has-input-icon"
|
|
|
|
|
+ onChange={[MockFunction]}
|
|
|
|
|
+ placeholder="Filter by name or type"
|
|
|
|
|
+ value=""
|
|
|
|
|
+ />
|
|
|
<div
|
|
<div
|
|
|
className="page-action-bar__spacer"
|
|
className="page-action-bar__spacer"
|
|
|
/>
|
|
/>
|