Skip to content

Commit

Permalink
chore: update variables
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Sep 2, 2024
1 parent 60b0095 commit d72cf84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flight-data-ingester/grafana_provisioning/dashboards/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@
"definition": "SELECT DISTINCT icao24 FROM icao24_state where $__timeFilter(ts);",
"hide": 0,
"includeAll": false,
"label": "icao24",
"label": "ICAO24",
"multi": false,
"name": "icao24",
"options": [],
Expand Down Expand Up @@ -471,7 +471,7 @@
"definition": "select longitude from icao24_state where $__timeFilter(ts) and icao24 = '$icao24' order by ts desc;",
"hide": 0,
"includeAll": false,
"label": "longitude",
"label": "Longitude",
"multi": false,
"name": "lon",
"options": [],
Expand Down

0 comments on commit d72cf84

Please sign in to comment.