Skip to content

Commit

Permalink
Merge pull request #2304 from Eearslya/fix-atmo-control
Browse files Browse the repository at this point in the history
Fix temperature display on tank controllers
  • Loading branch information
Neerti committed Aug 21, 2016
2 parents 1a8eafc + 4eb140e commit 729956d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nano/templates/atmo_control.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{{if value.sensor_data.temperature}}
<div class='item'>
<div class='itemLabel' style='width: 24%;'>Temperature:</div>
<div class='itemContentNarrow'>{{:value.sensor_data.temperature}} kPa</div>
<div class='itemContentNarrow'>{{:value.sensor_data.temperature}} K</div>
</div>
{{/if}}
{{if value.sensor_data.oxygen || value.sensor_data.nitrogen || value.sensor_data.carbon_dioxide || value.sensor_data.phoron}}
Expand Down Expand Up @@ -221,4 +221,4 @@
{{:helper.link('Search', 'search', {'refresh_status' : 1})}}
</div>
{{/if}}
{{/if}}
{{/if}}

0 comments on commit 729956d

Please sign in to comment.