mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 13:55:21 +02:00
fix(home): clear all filters [EE-3912] (#7465)
This commit is contained in:
parent
ee1ee633d7
commit
c981e6ff7b
2 changed files with 6 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue