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
09e6b7cc
Commit
09e6b7cc
authored
May 21, 2019
by
Lucien Lee
Committed by
yann300
Jun 17, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adjust compiler selector layout
parent
39977622
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
6 deletions
+15
-6
compilerContainer.js
src/app/tabs/compileTab/compilerContainer.js
+15
-6
No files found.
src/app/tabs/compileTab/compilerContainer.js
View file @
09e6b7cc
...
@@ -167,14 +167,23 @@ class CompilerContainer {
...
@@ -167,14 +167,23 @@ class CompilerContainer {
<section>
<section>
<!-- Select Compiler Version -->
<!-- Select Compiler Version -->
<article>
<article>
<header class="navbar navbar-light bg-light input-group mb-3">
<header class="navbar navbar-light bg-light">
<div class="input-group-prepend">
<div class="row w-100 no-gutters mb-2">
<label class="input-group-text border-0" for="versionSelector">Compiler</label>
<div class="col-sm-4">
<label class="input-group-text border-0" for="versionSelector">Compiler</label>
</div>
<div class="col-sm-8">
${
this
.
_view
.
versionSelector
}
</div>
</div>
</div>
${
this
.
_view
.
versionSelector
}
<div class="row w-100 no-gutters">
<div class="input-group-prepend">
<div class="col-sm-4">
<label class="input-group-text border-0" for="evmVersionSelector">EVM Version</label>
</div>
<div class="col-sm-8">
${
this
.
_view
.
evmVersionSelector
}
</div>
</div>
</div>
${
this
.
_view
.
evmVersionSelector
}
</header>
</header>
${
this
.
_view
.
compilationButton
}
${
this
.
_view
.
compilationButton
}
</article>
</article>
...
...
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