mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-17 13:22:53 +01:00
fix: Show warning if freq is low or not set (#576)
This commit is contained in:
parent
61042d93ae
commit
9e086f5a8b
@ -7,6 +7,10 @@
|
||||
text="Bitaxe has overheated - See settings">
|
||||
</p-message>
|
||||
|
||||
<p-message *ngIf="!info.frequency || info.frequency < 400" severity="warn" styleClass="w-full mb-4 py-4 border-round-xl"
|
||||
text="Bitaxe frequency is set low - See settings">
|
||||
</p-message>
|
||||
|
||||
<div class="grid" *ngIf="info$ | async as info; else loading">
|
||||
<div class="col-12">
|
||||
<div class="grid">
|
||||
|
Loading…
x
Reference in New Issue
Block a user