Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
459ee4ac
Commit
459ee4ac
authored
Oct 20, 2021
by
Aniket-Engg
Committed by
Aniket
Oct 25, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ether units in title case
parent
c49b867d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
settings.js
apps/remix-ide/src/app/tabs/runTab/settings.js
+4
-4
No files found.
apps/remix-ide/src/app/tabs/runTab/settings.js
View file @
459ee4ac
...
@@ -170,10 +170,10 @@ class SettingsUI {
...
@@ -170,10 +170,10 @@ class SettingsUI {
onchange=
${()
=>
this
.
validateValue
()}
onchange=
${()
=>
this
.
validateValue
()}
>
>
<select name="unit" class="form-control p-1
${
css
.
gasNvalUnit
}
${
css
.
col2_2
}
custom-select" id="unit">
<select name="unit" class="form-control p-1
${
css
.
gasNvalUnit
}
${
css
.
col2_2
}
custom-select" id="unit">
<option data-unit="wei">
w
ei</option>
<option data-unit="wei">
W
ei</option>
<option data-unit="gwei">
g
wei</option>
<option data-unit="gwei">
G
wei</option>
<option data-unit="finney">
f
inney</option>
<option data-unit="finney">
F
inney</option>
<option data-unit="ether">
e
ther</option>
<option data-unit="ether">
E
ther</option>
</select>
</select>
</div>
</div>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment