Skip to content

Commit

Permalink
Fix HCP dashboards (stolostron#1324)
Browse files Browse the repository at this point in the history
Signed-off-by: Roke Jung <[email protected]>
  • Loading branch information
rokej authored Feb 12, 2024
1 parent d4c19c8 commit c5b238c
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,33 @@ data:
"version": "Version"
}
}
},
{
"id": "filterByValue",
"options": {
"filters": [
{
"config": {
"id": "greater",
"options": {
"value": 0
}
},
"fieldName": "HCP name"
},
{
"config": {
"id": "equal",
"options": {
"value": ""
}
},
"fieldName": "HCP name"
}
],
"match": "any",
"type": "exclude"
}
}
],
"type": "table"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ resources:
- dash-acm-cluster-by-alerts.yaml
- dash-acm-optimization-overview.yaml
- dash-acm-clusters-overview.yaml
- dash-acm-hcp-overview.yaml
- dash-acm-resources-hcp.yaml
- dash-k8s-etcd.yaml
- dash-k8s-apiserver.yaml
- dash-k8s-networking-cluster.yaml
Expand Down

0 comments on commit c5b238c

Please sign in to comment.