The gpu temperature unit are displayed incorrectly in web ui #2002

This commit is contained in:
nicolargo
2022-02-20 08:45:11 +01:00
parent 9d61dc3193
commit f7971620ee
3 changed files with 1 additions and 1 deletions

View File

@@ -21,7 +21,7 @@
<div class="table-cell text-left">temperature::</div>
<div class="table-cell" ng-class="vm.getMeanDecoration('temperature')" ng-if="vm.mean.temperature != null">{{ vm.mean.temperature | number
:
0 }}%
0 }}°
</div>
<div class="table-cell" ng-if="vm.mean.temperature == null">N/A</div>
</div>

View File

Binary file not shown.

View File

Binary file not shown.