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
dff411d7
Commit
dff411d7
authored
Feb 08, 2017
by
Sam Rose
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix display logic for warning message
parent
4490a57f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
app/assets/javascripts/cycle_analytics/components/stage_plan_component.js.es6
...ts/cycle_analytics/components/stage_plan_component.js.es6
+1
-1
app/assets/stylesheets/pages/cycle_analytics.scss
app/assets/stylesheets/pages/cycle_analytics.scss
+3
-3
No files found.
app/assets/javascripts/cycle_analytics/components/stage_plan_component.js.es6
View file @
dff411d7
...
...
@@ -13,7 +13,7 @@
<div>
<div class="events-description">
{{ stage.description }}
<span v-if="items.length
<= 50" class="
pull-right">
<span v-if="items.length
=== 50" class="events-info
pull-right">
<i class="fa fa-warning has-tooltip"
title="Limited to showing 50 events at most"
data-placement="top"></i>
...
...
app/assets/stylesheets/pages/cycle_analytics.scss
View file @
dff411d7
...
...
@@ -285,12 +285,12 @@
.events-description
{
line-height
:
65px
;
padding
:
0
$gl-padding
;
}
span
{
.events-info
{
color
:
$gl-text-color-secondary
;
}
}
}
.stage-events
{
width
:
60%
;
...
...
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