Skip to content
Snippets Groups Projects
Commit 9c1f82a3 authored by Jan Grewe's avatar Jan Grewe
Browse files

fix missing NC2.5 metric in frontend

make layout centered
parent b0b93dd2
Branches master
No related tags found
No related merge requests found
......@@ -18,8 +18,9 @@ var metrics = {
"pm2p5": {name: "PM ≤2.5µm", unit: " μg/m³"},
"pm10": {name: "PM ≤10µm", unit: " μg/m³"},
"nc0p3": {name: "NC ≥0.3µm", unit: "/100cm³"},
"nc1": {name: "NC ≥0.5µm", unit: "/100cm³"},
"nc2p5": {name: "NC ≥1.0µm", unit: "/100cm³"},
"nc0p5": {name: "NC ≥0.5µm", unit: "/100cm³"},
"nc1": {name: "NC ≥1.0µm", unit: "/100cm³"},
"nc2p5": {name: "NC ≥2.5µm", unit: "/100cm³"},
"nc5": {name: "NC ≥5.0µm", unit: "/100cm³"},
"nc10": {name: "NC ≥10µm", unit: "/100cm³"},
"temperature": {name: "Temperature", unit: " °C", decimals: 1},
......
......@@ -21,7 +21,7 @@
</head>
<body>
<main class="container flex-column justify-content-center align-items-center">
<main class="container d-flex flex-column justify-content-center min-vh-100">
<div class="row my-3 py-3 g-0 col-12 col-lg-6 offset-lg-3 bg-white text-center shadow shadow-sm rounded">
<h1>Air Quality Monitor</h1>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment