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
5afbb847
Commit
5afbb847
authored
Apr 30, 2019
by
LianaHus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
better text color for "Connect to Local Plugin"
parent
ddfc094a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
plugin-manager-component.js
src/app/components/plugin-manager-component.js
+1
-1
compile-tab.js
src/app/tabs/compile-tab.js
+1
-1
No files found.
src/app/components/plugin-manager-component.js
View file @
5afbb847
...
...
@@ -155,7 +155,7 @@ class PluginManagerComponent extends BaseApi {
<div id='pluginManager'>
<div class="form-group
${
css
.
pluginSearch
}
">
<input onkeyup="
${
e
=>
this
.
filterPlugins
(
e
)}
" class="form-control" placeholder="Search">
<button onclick="
${
_
=>
this
.
openLocalPlugin
()}
" class="btn btn-sm
${
css
.
localPluginBtn
}
">
<button onclick="
${
_
=>
this
.
openLocalPlugin
()}
" class="btn btn-sm
text-dark
${
css
.
localPluginBtn
}
">
Connect to a Local Plugin
</button>
</div>
...
...
src/app/tabs/compile-tab.js
View file @
5afbb847
...
...
@@ -266,7 +266,7 @@ class CompileTab extends CompilerApi {
var
result
=
yo
`<div>
${
uploaded
.
map
((
value
)
=>
{
return
yo
`<div><b>
${
value
.
filename
}
</b> : <pre>
${
value
.
output
.
url
}
</pre></div>`
})}
</div>`
modalDialogCustom
.
alert
(
yo
`<span>Metadata published successfully.<br> <
span>
${
result
}
</span
> </span>`
)
modalDialogCustom
.
alert
(
yo
`<span>Metadata published successfully.<br> <
pre>
${
result
}
</pre
> </span>`
)
}
},
(
item
)
=>
{
// triggered each time there's a new verified publish (means hash correspond)
this
.
swarmfileProvider
.
addReadOnly
(
item
.
hash
,
item
.
content
)
...
...
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