mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +01:00
NanoUI Gas Cooling/Heating Update
* Fixel incorrect text label in the gas cooling/heating system NanoUI. * Added header for gas temperature.
This commit is contained in:
@@ -16,9 +16,10 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h3>Gas Temperature</h3>
|
||||
<div class="item">
|
||||
<div class="itemLabel">
|
||||
Gas Temperature:
|
||||
Current:
|
||||
</div>
|
||||
<div class="itemContent">
|
||||
{{:~displayBar(gasTemperature, minGasTemperature, maxGasTemperature, gasTemperatureClass)}}
|
||||
@@ -30,7 +31,7 @@
|
||||
|
||||
<div class="item">
|
||||
<div class="itemLabel">
|
||||
Release Pressure:
|
||||
Target:
|
||||
</div>
|
||||
<div class="itemContent">
|
||||
{{:~displayBar(targetGasTemperature, minGasTemperature, maxGasTemperature)}}
|
||||
|
||||
Reference in New Issue
Block a user