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
14fbab03
Unverified
Commit
14fbab03
authored
May 15, 2019
by
yann300
Committed by
GitHub
May 15, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1973 from ethereum/master_li
remove "compilation result for" label
parents
53b54e13
6a7dbdb3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
compile-tab.js
src/app/tabs/compile-tab.js
+1
-4
No files found.
src/app/tabs/compile-tab.js
View file @
14fbab03
...
...
@@ -184,10 +184,7 @@ class CompileTab extends CompilerApi {
return
contractList
.
length
!==
0
?
yo
`<section class="
${
css
.
container
}
clearfix">
<!-- Select Compiler Version -->
<h6 class="bg-light input-group mt-3 mb-1
${
css
.
compilerArticle
}
">
Compilation result for <label class="border-0 px-1 text-dark">
${
sourceFile
}
</label>
</h6>
<div class="input-group-prepend">
<div class="navbar navbar-light bg-light input-group mb-3">
<label class="border-0 input-group-text" for="compiledContracts">Contract</label>
<select onchange="
${
e
=>
this
.
selectContract
(
e
.
target
.
value
)}
" onload="
${
e
=>
{
this
.
selectedContract
=
e
.
value
}}
" id="
compiledContracts
" class="
custom
-
select
">
${contractList.map((name) => yo`<option value="
$
{
name
}
">
${
name
}
</option>`
)}
...
...
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