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
b9e5775a
Commit
b9e5775a
authored
Feb 11, 2018
by
ninabreznik
Committed by
yann300
Feb 26, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resize icons and put delete to the end and replace it with a trash bin
parent
4def8f69
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
run-tab.js
src/app/tabs/run-tab.js
+2
-2
run-tab-styles.js
src/app/tabs/styles/run-tab-styles.js
+4
-1
No files found.
src/app/tabs/run-tab.js
View file @
b9e5775a
...
@@ -24,7 +24,7 @@ var pendingTxsText = yo`<span></span>`
...
@@ -24,7 +24,7 @@ var pendingTxsText = yo`<span></span>`
function
runTab
(
container
,
appAPI
,
appEvents
)
{
function
runTab
(
container
,
appAPI
,
appEvents
)
{
var
events
=
new
EventManager
()
var
events
=
new
EventManager
()
var
clearInstanceElement
=
yo
`<i class="
${
css
.
clearinstance
}
${
css
.
icon
}
fa fa-
minus-square-o
" title="Clear Instances List" aria-hidden="true"></i>`
var
clearInstanceElement
=
yo
`<i class="
${
css
.
clearinstance
}
${
css
.
icon
}
fa fa-
trash
" title="Clear Instances List" aria-hidden="true"></i>`
clearInstanceElement
.
addEventListener
(
'click'
,
()
=>
{
clearInstanceElement
.
addEventListener
(
'click'
,
()
=>
{
events
.
trigger
(
'clearInstance'
,
[])
events
.
trigger
(
'clearInstance'
,
[])
})
})
...
@@ -34,9 +34,9 @@ function runTab (container, appAPI, appEvents) {
...
@@ -34,9 +34,9 @@ function runTab (container, appAPI, appEvents) {
<div class="
${
css
.
pendingTxsText
}
">
<div class="
${
css
.
pendingTxsText
}
">
${
pendingTxsText
}
${
pendingTxsText
}
<span class="
${
css
.
transactionActions
}
">
<span class="
${
css
.
transactionActions
}
">
${
clearInstanceElement
}
${
recorderInterface
.
recordButton
}
${
recorderInterface
.
recordButton
}
${
recorderInterface
.
runButton
}
${
recorderInterface
.
runButton
}
${
clearInstanceElement
}
</span>
</span>
</div>
</div>
</div>`
</div>`
...
...
src/app/tabs/styles/run-tab-styles.js
View file @
b9e5775a
...
@@ -177,8 +177,11 @@ var css = csjs`
...
@@ -177,8 +177,11 @@ var css = csjs`
}
}
.transactionActions {
.transactionActions {
display: flex;
display: flex;
width:
5
0px;
width:
7
0px;
justify-content: space-between;
justify-content: space-between;
border: 1px solid
${
styles
.
rightPanel
.
runTab
.
additionalText_Color
}
;
padding: 5px;
border-radius: 3px;
}
}
...
...
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