1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

fix(UI) Update docker container inspect,log,stats,console,attach pages EE-3492 (#7307)

* EE-3492 update docker container inspect,log,stats,console,attach pages

* EE-3492 bug fixing

* EE-3492 replace chart bar icon

* EE-3492 bug fix

* Update resourcePoolsDatatable.html

* Update resourcePoolsDatatable.html
This commit is contained in:
Rex Wang 2022-07-25 11:03:22 +08:00 committed by GitHub
parent 7ee8dac832
commit 3356d1abe2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 99 additions and 63 deletions

View file

@ -141,7 +141,11 @@ export function ContainersDatatable({
return (
<TableContainer>
<TableTitle icon="box" featherIcon label="Containers">
<SearchBar value={searchBarValue} onChange={handleSearchBarChange} />
<SearchBar
value={searchBarValue}
onChange={handleSearchBarChange}
placeholder="Search for a container..."
/>
<TableActions>
<ContainersDatatableActions
selectedItems={selectedFlatRows.map((row) => row.original)}