mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-17 13:22:53 +01:00
change naming of stratum url to host (#561)
* Change naming of stratum URL to Host
This commit is contained in:
parent
0495f5b1a3
commit
23cb68e822
@ -1,7 +1,7 @@
|
||||
<ng-container *ngIf="form != null">
|
||||
<form [formGroup]="form">
|
||||
<div class="field grid p-fluid">
|
||||
<label htmlFor="stratumURL" class="col-12 mb-2 md:col-2 md:mb-0">Stratum URL:</label>
|
||||
<label htmlFor="stratumURL" class="col-12 mb-2 md:col-2 md:mb-0">Stratum Host:</label>
|
||||
<div class="col-12 md:col-10">
|
||||
<input pInputText id="stratumURL" type="text" formControlName="stratumURL"
|
||||
formControlName="stratumURL" />
|
||||
@ -154,8 +154,8 @@
|
||||
</ng-container>
|
||||
|
||||
<div class="col-12" *ngIf="form.get('overheat_mode')?.value === 1">
|
||||
<button pButton type="button" label="Disable Overheat Mode"
|
||||
class="p-button-danger w-full py-3"
|
||||
<button pButton type="button" label="Disable Overheat Mode"
|
||||
class="p-button-danger w-full py-3"
|
||||
(click)="disableOverheatMode()">
|
||||
</button>
|
||||
<small class="block mt-1 text-center" style="color: #ff0000;">
|
||||
|
Loading…
x
Reference in New Issue
Block a user