mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 02:24:11 +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:
committed by
ZomgPonies
parent
deb354fb68
commit
a910378b5a
@@ -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