mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-26 17:51:45 +01:00
overheat mode webui button enable
This commit is contained in:
parent
90ebf26fc2
commit
2653c8c046
@ -147,7 +147,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-12 md:col-4" *ngIf="form.get('overheat')?.value === 1">
|
||||
<div class="col-12 md:col-4" *ngIf="form.get('overheat_mode')?.value === 1">
|
||||
<div class="field-checkbox">
|
||||
<p-checkbox name="overheat_mode" formControlName="overheat_mode" inputId="overheat_mode"
|
||||
[binary]="true"></p-checkbox>
|
||||
|
Loading…
x
Reference in New Issue
Block a user