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
62ebec6c
Commit
62ebec6c
authored
Nov 04, 2019
by
alexcherman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix indentation
parent
4f1daa49
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
plugin-manager-component.js
src/app/components/plugin-manager-component.js
+10
-10
No files found.
src/app/components/plugin-manager-component.js
View file @
62ebec6c
...
...
@@ -119,16 +119,16 @@ class PluginManagerComponent extends ViewPlugin {
</button>`
return
yo
`
<article id="remixPluginManagerListItem_
${
name
}
" class="list-group-item px-2 pt-2 pb-0 plugins-list-group-item" title="
${
displayName
}
" >
<div class="
${
css
.
row
}
justify-content-between align-items-center mb-2">
<h6 class="
${
css
.
displayName
}
">
${
displayName
}
${
versionWarning
}
</h6>
${
activationButton
}
</div>
<p class="
${
css
.
description
}
text-body plugin-text">
${
api
.
profile
.
description
}
</p>
</article>
<article id="remixPluginManagerListItem_
${
name
}
" class="list-group-item px-2 pt-2 pb-0 plugins-list-group-item" title="
${
displayName
}
" >
<div class="
${
css
.
row
}
justify-content-between align-items-center mb-2">
<h6 class="
${
css
.
displayName
}
">
${
displayName
}
${
versionWarning
}
</h6>
${
activationButton
}
</div>
<p class="
${
css
.
description
}
text-body plugin-text">
${
api
.
profile
.
description
}
</p>
</article>
`
}
...
...
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