mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-29 11:11:45 +01:00
Merge pull request #323 from WantClue/remove-duplication
remove duplication
This commit is contained in:
commit
b6f960bbcf
@ -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