mirror of
https://github.com/nicolargo/glances.git
synced 2026-03-13 11:28:12 -04:00
The gpu temperature unit are displayed incorrectly in web ui #2002
This commit is contained in:
@@ -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>
|
||||
|
||||
BIN
glances/outputs/static/public/glances.js
vendored
BIN
glances/outputs/static/public/glances.js
vendored
Binary file not shown.
BIN
glances/outputs/static/public/glances.map.js
vendored
BIN
glances/outputs/static/public/glances.map.js
vendored
Binary file not shown.
Reference in New Issue
Block a user