mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-17 21:32:52 +01:00
WebUI fix for Power/Watts circle visualization (#352)
This commit is contained in:
parent
e31fac14b3
commit
dede86211d
@ -95,7 +95,7 @@
|
||||
<h5>Power</h5>
|
||||
<div class="grid text-center">
|
||||
<div class="col-4">
|
||||
<p-knob [min]="3" [max]="20" [readonly]="true" [(ngModel)]="info.power"
|
||||
<p-knob [min]="3" [max]="50" [readonly]="true" [(ngModel)]="info.power"
|
||||
valueTemplate="{value}W"></p-knob>
|
||||
Power
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user