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
98f14e38
Commit
98f14e38
authored
May 22, 2019
by
LianaHus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed Swap/side header
parent
326015ce
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
side-panel.js
src/app/components/side-panel.js
+5
-4
No files found.
src/app/components/side-panel.js
View file @
98f14e38
...
@@ -56,7 +56,7 @@ export class SidePanel extends AbstractPanel {
...
@@ -56,7 +56,7 @@ export class SidePanel extends AbstractPanel {
yo
.
update
(
this
.
header
,
this
.
renderHeader
())
yo
.
update
(
this
.
header
,
this
.
renderHeader
())
}
}
/** The header of the s
wap
panel */
/** The header of the s
ide
panel */
renderHeader
()
{
renderHeader
()
{
let
name
=
' - '
let
name
=
' - '
let
docLink
=
''
let
docLink
=
''
...
@@ -69,9 +69,10 @@ export class SidePanel extends AbstractPanel {
...
@@ -69,9 +69,10 @@ export class SidePanel extends AbstractPanel {
return
yo
`
return
yo
`
<header class="
${
css
.
swapitHeader
}
">
<header class="
${
css
.
swapitHeader
}
">
<h6 class="
${
css
.
swapitTitle
}
">
${
name
}${
docLink
}
</h6>
<h6 class="
${
css
.
swapitTitle
}
">
${
name
}
</h6>
</div>
${
docLink
}
</header>`
</header>
`
}
}
render
()
{
render
()
{
...
...
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