Skip to content
Snippets Groups Projects
Commit 35ec7578 authored by Wortman, Elliot (UG - Comp Sci & Elec Eng)'s avatar Wortman, Elliot (UG - Comp Sci & Elec Eng)
Browse files

Update value units to be in line with sensor outputs

parent aedb9833
No related branches found
No related tags found
1 merge request!5Replace Vue3 template site with NanoPatch UI & API
...@@ -53,11 +53,11 @@ export default { ...@@ -53,11 +53,11 @@ export default {
</div> </div>
<div class="valueBox"> <div class="valueBox">
Humidity:&nbsp; Humidity:&nbsp;
<li class="list-group-item" v-bind:class="getClass(values[4].H, 0, 5, 10, 15)">{{ values[4].H }} gm⁻³</li> <li class="list-group-item" v-bind:class="getClass(values[4].H, 0, 5, 10, 15)">{{ values[4].H }} %</li>
</div> </div>
<div class="valueBox"> <div class="valueBox">
Moisture:&nbsp; Moisture:&nbsp;
<li class="list-group-item" v-bind:class="getClass(values[5].M, 0, 5, 10, 15)">{{ values[5].M }} °C</li> <li class="list-group-item" v-bind:class="getClass(values[5].M, 0, 5, 10, 15)">{{ values[5].M }} %</li>
</div> </div>
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment