fix: Show warning if freq is low or not set (#576)

This commit is contained in:
mrv777 2025-01-04 04:38:56 -06:00 committed by GitHub
parent 61042d93ae
commit 9e086f5a8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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">