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
54e161d2
Unverified
Commit
54e161d2
authored
Feb 12, 2018
by
yann300
Committed by
GitHub
Feb 12, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1052 from ethereum/runTabAddAccount
Fix styling for addAccount icon
parents
7308becd
c6c1db93
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
run-tab.js
src/app/tabs/run-tab.js
+1
-2
run-tab-styles.js
src/app/tabs/styles/run-tab-styles.js
+1
-0
No files found.
src/app/tabs/run-tab.js
View file @
54e161d2
...
@@ -409,7 +409,7 @@ function settings (container, appAPI, appEvents) {
...
@@ -409,7 +409,7 @@ function settings (container, appAPI, appEvents) {
<div class="
${
css
.
col1_1
}
">Account</div>
<div class="
${
css
.
col1_1
}
">Account</div>
<select name="txorigin" class="
${
css
.
select
}
" id="txorigin"></select>
<select name="txorigin" class="
${
css
.
select
}
" id="txorigin"></select>
${
copyToClipboard
(()
=>
document
.
querySelector
(
'#runTabView #txorigin'
).
value
)}
${
copyToClipboard
(()
=>
document
.
querySelector
(
'#runTabView #txorigin'
).
value
)}
<i class="fa fa-plus-
square-o
${
css
.
createAccount
}
" aria-hidden="true" onclick=
${
newAccount
}
title="Create a new account"></i>
<i class="fa fa-plus-
circle
${
css
.
icon
}
" aria-hidden="true" onclick=
${
newAccount
}
title="Create a new account"></i>
</div>
</div>
<div class="
${
css
.
crow
}
">
<div class="
${
css
.
crow
}
">
<div class="
${
css
.
col1_1
}
">Gas limit</div>
<div class="
${
css
.
col1_1
}
">Gas limit</div>
...
@@ -431,7 +431,6 @@ function settings (container, appAPI, appEvents) {
...
@@ -431,7 +431,6 @@ function settings (container, appAPI, appEvents) {
</div>
</div>
</div>
</div>
`
`
// EVENTS
// EVENTS
appEvents
.
udapp
.
register
(
'transactionExecuted'
,
(
error
,
from
,
to
,
data
,
lookupOnly
,
txResult
)
=>
{
appEvents
.
udapp
.
register
(
'transactionExecuted'
,
(
error
,
from
,
to
,
data
,
lookupOnly
,
txResult
)
=>
{
if
(
error
)
return
if
(
error
)
return
...
...
src/app/tabs/styles/run-tab-styles.js
View file @
54e161d2
...
@@ -139,6 +139,7 @@ var css = csjs`
...
@@ -139,6 +139,7 @@ var css = csjs`
margin-left: 5px;
margin-left: 5px;
}
}
.icon {
.icon {
cursor: pointer;
font-size: 12px;
font-size: 12px;
color:
${
styles
.
rightPanel
.
runTab
.
icon_Color
}
;
color:
${
styles
.
rightPanel
.
runTab
.
icon_Color
}
;
margin-left: 5px;
margin-left: 5px;
...
...
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