Skip to content

Commit

Permalink
change naming of stratum url to host (#561)
Browse files Browse the repository at this point in the history
* Change naming of stratum URL to Host
  • Loading branch information
WantClue authored Dec 7, 2024
1 parent 0495f5b commit 23cb68e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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" />
Expand Down Expand Up @@ -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;">
Expand Down

0 comments on commit 23cb68e

Please sign in to comment.