parent
0d207f01e8
commit
8c8dd1758d
@ -804,7 +804,7 @@ exports[`renders <List /> without throwing 1`] = `
|
|||||||
disabled={false}
|
disabled={false}
|
||||||
id="k"
|
id="k"
|
||||||
onBlur={undefined}
|
onBlur={undefined}
|
||||||
placeholder="Search for name, state, tags, etc..."
|
placeholder=""
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -1855,7 +1855,7 @@ exports[`renders <List error /> without throwing 1`] = `
|
|||||||
disabled={false}
|
disabled={false}
|
||||||
id="t"
|
id="t"
|
||||||
onBlur={undefined}
|
onBlur={undefined}
|
||||||
placeholder="Search for name, state, tags, etc..."
|
placeholder=""
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -3042,7 +3042,7 @@ exports[`renders <List instances /> without throwing 1`] = `
|
|||||||
disabled={false}
|
disabled={false}
|
||||||
id="z"
|
id="z"
|
||||||
onBlur={undefined}
|
onBlur={undefined}
|
||||||
placeholder="Search for name, state, tags, etc..."
|
placeholder=""
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -5156,7 +5156,7 @@ exports[`renders <List instances selected /> without throwing 1`] = `
|
|||||||
disabled={false}
|
disabled={false}
|
||||||
id="J"
|
id="J"
|
||||||
onBlur={undefined}
|
onBlur={undefined}
|
||||||
placeholder="Search for name, state, tags, etc..."
|
placeholder=""
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -7590,7 +7590,7 @@ exports[`renders <List instances selected=all /> without throwing 1`] = `
|
|||||||
disabled={false}
|
disabled={false}
|
||||||
id="T"
|
id="T"
|
||||||
onBlur={undefined}
|
onBlur={undefined}
|
||||||
placeholder="Search for name, state, tags, etc..."
|
placeholder=""
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -10235,7 +10235,7 @@ exports[`renders <List instances selected=all allowedActions /> without throwing
|
|||||||
disabled={false}
|
disabled={false}
|
||||||
id="bd"
|
id="bd"
|
||||||
onBlur={undefined}
|
onBlur={undefined}
|
||||||
placeholder="Search for name, state, tags, etc..."
|
placeholder=""
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -11494,7 +11494,7 @@ exports[`renders <List loading /> without throwing 1`] = `
|
|||||||
disabled={true}
|
disabled={true}
|
||||||
id="q"
|
id="q"
|
||||||
onBlur={undefined}
|
onBlur={undefined}
|
||||||
placeholder="Search for name, state, tags, etc..."
|
placeholder=""
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -135,7 +135,6 @@ export const List = ({
|
|||||||
<ToolbarForm
|
<ToolbarForm
|
||||||
{...props}
|
{...props}
|
||||||
searchLabel="Filter instances"
|
searchLabel="Filter instances"
|
||||||
searchPlaceholder="Search for name, state, tags, etc..."
|
|
||||||
searchable={!_loading}
|
searchable={!_loading}
|
||||||
actionLabel="Create Instance"
|
actionLabel="Create Instance"
|
||||||
onActionClick={() => history.push(`/instances/~create`)}
|
onActionClick={() => history.push(`/instances/~create`)}
|
||||||
|
Loading…
Reference in New Issue
Block a user