File tree Expand file tree Collapse file tree
frontend/src/app/web3-sandbox Expand file tree Collapse file tree Original file line number Diff line number Diff 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 "
You can’t perform that action at this time.
0 commit comments