1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-04 21:35:23 +02:00

fix(home): clear all filters [EE-3912] (#7465)

This commit is contained in:
Chaim Lev-Ari 2022-08-12 02:00:33 +03:00 committed by GitHub
parent ee1ee633d7
commit c981e6ff7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View file

@ -46,10 +46,11 @@
}
.clear-button {
display: inline-block;
white-space: nowrap;
border: 0px;
padding: 10px;
height: 60px;
padding: 5px 10px;
background: transparent;
}

View file

@ -454,6 +454,8 @@ export function EnvironmentList({ onClickItem, onRefresh }: Props) {
setTagFilter([]);
setGroupState([]);
setGroupFilter([]);
setAgentVersions([]);
setConnectionTypes([]);
}
function sortOnchange(filterOptions: Filter) {