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
0
Merge Requests
0
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
Boxiang Sun
gitlab-ce
Commits
79f9a62b
Commit
79f9a62b
authored
May 22, 2018
by
Clement Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix pipeline tag labels
parent
d2980750
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
app/assets/javascripts/pipelines/components/pipeline_url.vue
app/assets/javascripts/pipelines/components/pipeline_url.vue
+5
-5
No files found.
app/assets/javascripts/pipelines/components/pipeline_url.vue
View file @
79f9a62b
...
...
@@ -69,35 +69,35 @@
<span
v-if=
"pipeline.flags.latest"
v-tooltip
class=
"js-pipeline-url-latest
label label
-success"
class=
"js-pipeline-url-latest
badge badge
-success"
title=
"Latest pipeline for this branch"
>
latest
</span>
<span
v-if=
"pipeline.flags.yaml_errors"
v-tooltip
class=
"js-pipeline-url-yaml
label label
-danger"
class=
"js-pipeline-url-yaml
badge badge
-danger"
:title=
"pipeline.yaml_errors"
>
yaml invalid
</span>
<span
v-if=
"pipeline.flags.failure_reason"
v-tooltip
class=
"js-pipeline-url-failure
label label
-danger"
class=
"js-pipeline-url-failure
badge badge
-danger"
:title=
"pipeline.failure_reason"
>
error
</span>
<a
v-if=
"pipeline.flags.auto_devops"
tabindex=
"0"
class=
"js-pipeline-url-autodevops
label label
-info autodevops-badge"
class=
"js-pipeline-url-autodevops
badge badge
-info autodevops-badge"
v-popover=
"popoverOptions"
role=
"button"
>
Auto DevOps
</a>
<span
v-if=
"pipeline.flags.stuck"
class=
"js-pipeline-url-stuck
label label
-warning"
>
class=
"js-pipeline-url-stuck
badge badge
-warning"
>
stuck
</span>
</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