Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f64cca2b
Commit
f64cca2b
authored
Feb 16, 2018
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix CSS & blobPath attribute naming for security app
parent
05efbc07
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
6 deletions
+9
-6
app/assets/javascripts/pipelines/components/graph/graph_component.vue
...avascripts/pipelines/components/graph/graph_component.vue
+1
-1
app/assets/javascripts/pipelines/components/security_reports/security_report_app.vue
...lines/components/security_reports/security_report_app.vue
+1
-1
app/assets/stylesheets/pages/pipelines.scss
app/assets/stylesheets/pages/pipelines.scss
+6
-3
app/views/projects/pipelines/_with_tabs.html.haml
app/views/projects/pipelines/_with_tabs.html.haml
+1
-1
No files found.
app/assets/javascripts/pipelines/components/graph/graph_component.vue
View file @
f64cca2b
...
...
@@ -66,7 +66,7 @@
</
script
>
<
template
>
<div
class=
"build-content middle-block js-pipeline-graph"
>
<div
class=
"pipeline-visualization pipeline-graph"
>
<div
class=
"pipeline-visualization pipeline-graph
pipeline-tab-content
"
>
<div
class=
"text-center"
>
<loading-icon
v-if=
"isLoading"
...
...
app/assets/javascripts/pipelines/components/security_reports/security_report_app.vue
View file @
f64cca2b
...
...
@@ -21,7 +21,7 @@
};
</
script
>
<
template
>
<div
class=
"pipeline-
graph
"
>
<div
class=
"pipeline-
tab-content
"
>
<report-section
class=
"js-sast-widget"
type=
"security"
...
...
app/assets/stylesheets/pages/pipelines.scss
View file @
f64cca2b
...
...
@@ -355,14 +355,17 @@
}
}
// Pipeline graph
.pipeline-graph
{
.pipeline-tab-content
{
width
:
100%
;
background-color
:
$gray-light
;
padding
:
$gl-padding
;
overflow
:
auto
;
}
// Pipeline graph
.pipeline-graph
{
white-space
:
nowrap
;
transition
:
max-height
0
.3s
,
padding
0
.3s
;
overflow
:
auto
;
.stage-column-list
,
.builds-container
>
ul
{
...
...
app/views/projects/pipelines/_with_tabs.html.haml
View file @
f64cca2b
...
...
@@ -62,4 +62,4 @@
%pre
.build-log
=
build_summary
(
build
,
skip:
index
>=
10
)
-
if
sast_artifact
#js-tab-security
.build-security.tab-pane
#js-security-report-app
{
data:
{
endpoint:
sast_artifact_url
,
blob
P
ath:
blob_path
}
}
#js-security-report-app
{
data:
{
endpoint:
sast_artifact_url
,
blob
_p
ath:
blob_path
}
}
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