Skip to content

Commit

Permalink
Frontend cleanup part2
Browse files Browse the repository at this point in the history
Signed-off-by: Emil Balitzki <emil.balitzki@gmail.com>
  • Loading branch information
Corgam committed Jul 14, 2024
1 parent c977350 commit cc9184b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions backend/metadata-database/init-db.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,10 @@ const datasets = [
MarkersThreshold: -1,
DisplayProperty: [
{ displayName: "Station Name", value: "station_name" },
{ displayName: "Nitrogen Dioxide (NO₂)", value: "no2" },
{ displayName: "Particulate Matter (PM₁₀)", value: "pm10" },
{ displayName: "Particulate Matter (PM₂,₅)", value: "pm2_5" },
{ displayName: "Ozone (O₃)", value: "o3" },
{ displayName: "Nitrogen Dioxide (NO2)", value: "no2" },
{ displayName: "Particulate Matter (PM10)", value: "pm10" },
{ displayName: "Particulate Matter (PM2'5)", value: "pm2_5" },
{ displayName: "Ozone (O3)", value: "o3" },
{ displayName: "Carbon monoxide (CO)", value: "co" },
{ displayName: "Date", value: "date" },
{ displayName: "Time", value: "time" },
Expand Down

0 comments on commit cc9184b

Please sign in to comment.