mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-17 21:32:52 +01:00
Add info for check on update
This commit is contained in:
parent
80ead68995
commit
cb92dcc05d
@ -11,6 +11,7 @@
|
||||
<div class="card" *ngIf="checkLatestRelease == false">
|
||||
<h5>Current Version: {{(info$ | async)?.version}}</h5>
|
||||
<h2>Latest Release: <p-button (onClick)="checkLatestRelease = true">Check</p-button></h2>
|
||||
<small>Clicking this button will connect to GitHub to check for recent updates</small>
|
||||
</div>
|
||||
<div class="card" *ngIf="checkLatestRelease == true">
|
||||
<ng-container *ngIf="latestRelease$ | async as latestRelease">
|
||||
@ -51,4 +52,4 @@
|
||||
<small>(www.bin)</small>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user