mirror of https://github.com/portainer/portainer
fix(home): clear all filters [EE-3912] (#7465)
parent
ee1ee633d7
commit
c981e6ff7b
|
@ -46,10 +46,11 @@
|
|||
}
|
||||
|
||||
.clear-button {
|
||||
display: inline-block;
|
||||
white-space: nowrap;
|
||||
|
||||
border: 0px;
|
||||
padding: 10px;
|
||||
height: 60px;
|
||||
padding: 5px 10px;
|
||||
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
|
|
|
@ -454,6 +454,8 @@ export function EnvironmentList({ onClickItem, onRefresh }: Props) {
|
|||
setTagFilter([]);
|
||||
setGroupState([]);
|
||||
setGroupFilter([]);
|
||||
setAgentVersions([]);
|
||||
setConnectionTypes([]);
|
||||
}
|
||||
|
||||
function sortOnchange(filterOptions: Filter) {
|
||||
|
|
Loading…
Reference in New Issue