Skip to content

Commit 04768bc

Browse files
committed
Fix indentation
Signed-off-by: Jannik Hollenbach <jannik.hollenbach@owasp.org>
1 parent eae938b commit 04768bc

1 file changed

Lines changed: 29 additions & 29 deletions

File tree

frontend/src/app/web3-sandbox/web3-sandbox.component.html

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -56,35 +56,35 @@ <h4>Compiler Errors:</h4>
5656
</div>
5757
<div *ngIf="compiledContracts">
5858
<h3 class="contracts-title">{{ "TITLE_CONTRACT_DEPLOYMENT" | translate}}</h3>
59-
<div class="form-fields-container">
60-
<mat-form-field
61-
class="contract-selector"
62-
appearance="outline"
63-
color="accent"
64-
>
65-
<mat-label>{{ "LABEL_COMPILED_CONTRACTS" | translate}}</mat-label>
66-
<select matNativeControl [(ngModel)]="selectedContractName">
67-
<option
68-
*ngFor="let contractName of contractNames"
69-
[value]="contractName"
70-
>
71-
{{ contractName }}
72-
</option>
73-
</select>
74-
</mat-form-field>
75-
<mat-form-field
76-
class="gwei-input"
77-
appearance="outline"
78-
color="accent"
79-
>
80-
<mat-label>{{ "GWEI_VALUE_FOR_SENDING_ETH" | translate }}</mat-label>
81-
<input
82-
matInput
83-
type="number"
84-
[(ngModel)]="commonGweiValue"
85-
/>
86-
</mat-form-field>
87-
</div>
59+
<div class="form-fields-container">
60+
<mat-form-field
61+
class="contract-selector"
62+
appearance="outline"
63+
color="accent"
64+
>
65+
<mat-label>{{ "LABEL_COMPILED_CONTRACTS" | translate}}</mat-label>
66+
<select matNativeControl [(ngModel)]="selectedContractName">
67+
<option
68+
*ngFor="let contractName of contractNames"
69+
[value]="contractName"
70+
>
71+
{{ contractName }}
72+
</option>
73+
</select>
74+
</mat-form-field>
75+
<mat-form-field
76+
class="gwei-input"
77+
appearance="outline"
78+
color="accent"
79+
>
80+
<mat-label>{{ "GWEI_VALUE_FOR_SENDING_ETH" | translate }}</mat-label>
81+
<input
82+
matInput
83+
type="number"
84+
[(ngModel)]="commonGweiValue"
85+
/>
86+
</mat-form-field>
87+
</div>
8888
<button
8989
mat-raised-button
9090
type="button"

0 commit comments

Comments
 (0)