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
ffca4fcd
Commit
ffca4fcd
authored
May 14, 2020
by
LianaHus
Committed by
Liana Husikyan
May 14, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tyle fixed
parent
4b208189
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
staticAnalysisView.js
src/app/tabs/staticanalysis/staticAnalysisView.js
+3
-3
No files found.
src/app/tabs/staticanalysis/staticAnalysisView.js
View file @
ffca4fcd
...
@@ -78,7 +78,7 @@ staticAnalysisView.prototype.render = function () {
...
@@ -78,7 +78,7 @@ staticAnalysisView.prototype.render = function () {
${
this
.
modulesView
}
${
this
.
modulesView
}
</div>
</div>
<div class="mt-2 p-2 d-flex border-top flex-column">
<div class="mt-2 p-2 d-flex border-top flex-column">
<span>
The
last results for:</span>
<span>last results for:</span>
<span class="text-break break-word word-break font-weight-bold" id="staticAnalysisCurrentFile">
${
this
.
currentFile
}
</span>
<span class="text-break break-word word-break font-weight-bold" id="staticAnalysisCurrentFile">
${
this
.
currentFile
}
</span>
</div>
</div>
<div class="
${
css
.
result
}
my-1" id='staticanalysisresult'></div>
<div class="
${
css
.
result
}
my-1" id='staticanalysisresult'></div>
...
@@ -167,7 +167,7 @@ staticAnalysisView.prototype.run = function () {
...
@@ -167,7 +167,7 @@ staticAnalysisView.prototype.run = function () {
warningCount
++
warningCount
++
const
msg
=
yo
`
const
msg
=
yo
`
<span class="d-flex flex-column">
<span class="d-flex flex-column">
<span class="h6">
${
result
.
name
}
</span>
<span class="h6
font-weight-bold
">
${
result
.
name
}
</span>
${
item
.
warning
}
${
item
.
warning
}
${
item
.
more
?
yo
`<span><a href="
${
item
.
more
}
" target="blank">more</a></span>`
:
yo
`<span></span>`
}
${
item
.
more
?
yo
`<span><a href="
${
item
.
more
}
" target="blank">more</a></span>`
:
yo
`<span></span>`
}
<span class="" title="Position in
${
fileName
}
">Pos:
${
locationString
}
</span>
<span class="" title="Position in
${
fileName
}
">Pos:
${
locationString
}
</span>
...
@@ -262,7 +262,7 @@ staticAnalysisView.prototype.renderModules = function () {
...
@@ -262,7 +262,7 @@ staticAnalysisView.prototype.renderModules = function () {
<div class="
${
css
.
block
}
">
<div class="
${
css
.
block
}
">
<input type="radio" name="accordion" class="w-100 d-none card" id="heading
${
categoryId
}
" onclick=
${(
e
)
=>
this
.
handleCollapse
(
e
)}
"/>
<input type="radio" name="accordion" class="w-100 d-none card" id="heading
${
categoryId
}
" onclick=
${(
e
)
=>
this
.
handleCollapse
(
e
)}
"/>
<label for="heading
${
categoryId
}
" style="cursor: pointer;" class="pl-3 card-header h6 d-flex justify-content-between font-weight-bold border-left px-1 py-2 w-100">
<label for="heading
${
categoryId
}
" style="cursor: pointer;" class="pl-3 card-header h6 d-flex justify-content-between font-weight-bold border-left px-1 py-2 w-100">
<span>
${
category
[
0
].
categoryDisplayName
}
</span>
${
category
[
0
].
categoryDisplayName
}
<div>
<div>
<i class="fas fa-angle-double-right"></i>
<i class="fas fa-angle-double-right"></i>
</div>
</div>
...
...
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