mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-04-11 21:39:16 +02:00
remove duplication
This commit is contained in:
parent
9577b1a531
commit
a46aa108ef
@ -103,23 +103,6 @@
|
||||
optionValue="value" formControlName="coreVoltage"></p-dropdown>
|
||||
</div>
|
||||
</ng-container>
|
||||
<ng-container *ngIf="!devToolsOpen && ASICModel == eASICModel.BM1368">
|
||||
|
||||
<div class="field grid p-fluid">
|
||||
<label class="col-12 mb-2 md:col-2 md:mb-0" htmlFor="frequency">Frequency</label>
|
||||
<div class="col-12 md:col-10">
|
||||
<p-dropdown [options]="BM1368DropdownFrequency" optionLabel="name" optionValue="value"
|
||||
formControlName="frequency"></p-dropdown>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="field grid p-fluid">
|
||||
<label class="col-12 mb-2 md:col-2 md:mb-0" htmlFor="coreVoltage">Core Voltage</label>
|
||||
<p-dropdown class="col-12 md:col-10" [options]="BM1368CoreVoltage" optionLabel="name"
|
||||
optionValue="value" formControlName="coreVoltage"></p-dropdown>
|
||||
</div>
|
||||
</ng-container>
|
||||
|
||||
<ng-container *ngIf="!devToolsOpen && ASICModel == eASICModel.BM1397">
|
||||
|
||||
<div class="field grid p-fluid">
|
||||
|
Loading…
x
Reference in New Issue
Block a user