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

pull/7470/head
matias-portainer 2 years ago committed by GitHub
parent c1a4856e9d
commit dd372637cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -109,7 +109,11 @@ export function DataTable({
<div className="row">
<div className="col-sm-12">
<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>
<Button
onClick={() =>
@ -120,8 +124,7 @@ export function DataTable({
Associate Device
</Button>
</Table.Actions>
<SearchBar onChange={handleSearchBarChange} value={searchBarValue} />
</Table.Title>
<Table
className={tableProps.className}

Loading…
Cancel
Save