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
c4420058
Commit
c4420058
authored
Jun 29, 2020
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update sourcify
parent
e146ddeb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
landing-page.js
src/app/ui/landing-page/landing-page.js
+3
-3
No files found.
src/app/ui/landing-page/landing-page.js
View file @
c4420058
...
...
@@ -163,8 +163,8 @@ export class LandingPage extends ViewPlugin {
}
const
startSourceVerify
=
()
=>
{
this
.
appManager
.
ensureActivated
(
'solidity'
)
this
.
appManager
.
ensureActivated
(
'sourc
e-verification
'
)
this
.
verticalIcons
.
select
(
'sourc
e-verification
'
)
this
.
appManager
.
ensureActivated
(
'sourc
ify
'
)
this
.
verticalIcons
.
select
(
'sourc
ify
'
)
}
const
startPluginManager
=
()
=>
{
this
.
appManager
.
ensureActivated
(
'pluginManager'
)
...
...
@@ -208,7 +208,7 @@ export class LandingPage extends ViewPlugin {
const
pipelineEnv
=
createEnvButton
(
'assets/img/pipelineLogo.webp'
,
'pipelineLogo'
,
'Pipeline'
,
startPipeline
)
const
debuggerEnv
=
createEnvButton
(
'assets/img/debuggerLogo.webp'
,
'debuggerLogo'
,
'Debugger'
,
startDebugger
)
const
mythXEnv
=
createEnvButton
(
'assets/img/mythxLogo.webp'
,
'mythxLogo'
,
'MythX'
,
startMythX
)
const
sourceVerifyEnv
=
createEnvButton
(
'assets/img/sourceVerifyLogo.webp'
,
'sourceVerifyLogo'
,
'Sourc
e Ver
ify'
,
startSourceVerify
)
const
sourceVerifyEnv
=
createEnvButton
(
'assets/img/sourceVerifyLogo.webp'
,
'sourceVerifyLogo'
,
'Sourcify'
,
startSourceVerify
)
const
moreEnv
=
createEnvButton
(
'assets/img/moreLogo.webp'
,
'moreLogo'
,
'More'
,
startPluginManager
)
const
invertNum
=
(
globalRegistry
.
get
(
'themeModule'
).
api
.
currentTheme
().
quality
===
'dark'
)
?
1
:
0
...
...
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