Skip to content

Commit

Permalink
Fix null values in Top queries, ads, and sources tables
Browse files Browse the repository at this point in the history
  • Loading branch information
avojak committed Nov 18, 2024
1 parent 4773c4a commit 409286a
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions grafana/Pi-hole.json
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,11 @@
},
{
"id": "reduce",
"options": {}
"options": {
"reducers": [
"last"
]
}
}
],
"type": "table"
Expand Down Expand Up @@ -883,7 +887,11 @@
},
{
"id": "reduce",
"options": {}
"options": {
"reducers": [
"last"
]
}
}
],
"type": "table"
Expand Down Expand Up @@ -1024,7 +1032,11 @@
},
{
"id": "reduce",
"options": {}
"options": {
"reducers": [
"last"
]
}
}
],
"type": "table"
Expand Down

0 comments on commit 409286a

Please sign in to comment.