Skip to content

Commit

Permalink
https://github.com/skot/ESP-Miner/issues/237
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Wilson committed Jun 20, 2024
1 parent a3f3818 commit c0a1f0f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ <h5>Heat</h5>
Danger:
High Temperature</span>
</div>
<div class="col-6">
<p-knob [min]="20" [max]="145" [readonly]="true" [(ngModel)]="info.vrTemp"
<div class="col-6" *ngIf="info.vrTemp > 0">
<p-knob [min]="20" [max]="145" [readonly]="true" [(ngModel)]="info.vrTemp"
valueTemplate="{value}C"></p-knob>
Voltage Regulator Temperature

Expand Down

0 comments on commit c0a1f0f

Please sign in to comment.