fix(ui) - card drilldown filter
This commit is contained in:
parent
6b2b901c0a
commit
678231d637
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ function InsightsCard() {
|
|||
case IssueCategory.RESOURCES:
|
||||
filter = {
|
||||
...filtersMap[
|
||||
item.name === IssueType.MEMORY ? FilterKey.AVG_MEMORY_USAGE : FilterKey.AVG_CPU
|
||||
item.name === IssueType.MEMORY ? FilterKey.AVG_MEMORY_USAGE : FilterKey.AVG_CPU_LOAD
|
||||
],
|
||||
};
|
||||
filter.source = [item.oldValue];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue