Skip to content

Commit

Permalink
feat: handled review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Hardikl committed Oct 19, 2023
1 parent 04af7b1 commit 01bf450
Showing 1 changed file with 53 additions and 1 deletion.
54 changes: 53 additions & 1 deletion grafana/dashboards/cmode/network.json
Original file line number Diff line number Diff line change
Expand Up @@ -1657,7 +1657,7 @@
},
{
"datasource": "${DS_PROMETHEUS}",
"description": "",
"description": "This panel requires a cluster with ONTAP 9.6+ and the Harvest REST collector",
"fieldConfig": {
"defaults": {
"custom": {
Expand Down Expand Up @@ -1693,6 +1693,58 @@
"value": "Gbits"
}
]
},
{
"matcher": {
"id": "byName",
"options": "Enabled"
},
"properties": [
{
"id": "mappings",
"value": [
{
"options": {
"false": {
"index": 1,
"text": "No"
},
"true": {
"index": 0,
"text": "Yes"
}
},
"type": "value"
}
]
}
]
},
{
"matcher": {
"id": "byName",
"options": "Fabric Connected"
},
"properties": [
{
"id": "mappings",
"value": [
{
"options": {
"false": {
"index": 1,
"text": "No"
},
"true": {
"index": 0,
"text": "Yes"
}
},
"type": "value"
}
]
}
]
}
]
},
Expand Down

0 comments on commit 01bf450

Please sign in to comment.