feat(ui): renovate the edge devices waiting room (#7456)

pull/7470/head
matias-portainer 2022-08-12 00:01:31 -03:00 committed by GitHub
parent c1a4856e9d
commit dd372637cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 13 deletions

View File

@ -109,7 +109,11 @@ export function DataTable({
<div className="row"> <div className="row">
<div className="col-sm-12"> <div className="col-sm-12">
<Table.Container> <Table.Container>
<Table.Title label="Edge Devices Waiting Room" icon="" /> <Table.Title label="Edge Devices Waiting Room" icon="">
<SearchBar
onChange={handleSearchBarChange}
value={searchBarValue}
/>
<Table.Actions> <Table.Actions>
<Button <Button
onClick={() => onClick={() =>
@ -120,8 +124,7 @@ export function DataTable({
Associate Device Associate Device
</Button> </Button>
</Table.Actions> </Table.Actions>
</Table.Title>
<SearchBar onChange={handleSearchBarChange} value={searchBarValue} />
<Table <Table
className={tableProps.className} className={tableProps.className}