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 {
|
.clear-button {
|
||||||
display: inline-block;
|
white-space: nowrap;
|
||||||
|
|
||||||
border: 0px;
|
border: 0px;
|
||||||
padding: 10px;
|
padding: 5px 10px;
|
||||||
height: 60px;
|
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -454,6 +454,8 @@ export function EnvironmentList({ onClickItem, onRefresh }: Props) {
|
||||||
setTagFilter([]);
|
setTagFilter([]);
|
||||||
setGroupState([]);
|
setGroupState([]);
|
||||||
setGroupFilter([]);
|
setGroupFilter([]);
|
||||||
|
setAgentVersions([]);
|
||||||
|
setConnectionTypes([]);
|
||||||
}
|
}
|
||||||
|
|
||||||
function sortOnchange(filterOptions: Filter) {
|
function sortOnchange(filterOptions: Filter) {
|
||||||
|
|
Loading…
Reference in New Issue