BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
71dea693
Commit
71dea693
authored
May 28, 2018
by
Fatih Acet
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'leipert-backport-bs4-merge-conflict' into 'master'
Backport of CE->EE merge conflict resolution See merge request gitlab-org/gitlab-ce!19171
parents
8b278829
94235cbb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
sidebar_details_block.vue
...ets/javascripts/jobs/components/sidebar_details_block.vue
+4
-6
No files found.
app/assets/javascripts/jobs/components/sidebar_details_block.vue
View file @
71dea693
...
...
@@ -48,11 +48,10 @@ export default {
return
`
${
this
.
job
.
runner
.
description
}
(#
${
this
.
job
.
runner
.
id
}
)`
;
},
retryButtonClass
()
{
let
className
=
'js-retry-button pull-right btn btn-retry d-none d-md-block d-lg-block d-xl-block'
;
let
className
=
'js-retry-button float-right btn btn-retry d-none d-md-block d-lg-block d-xl-block'
;
className
+=
this
.
job
.
status
&&
this
.
job
.
recoverable
?
' btn-primary'
:
' btn-inverted-secondary'
;
this
.
job
.
status
&&
this
.
job
.
recoverable
?
' btn-primary'
:
' btn-inverted-secondary'
;
return
className
;
},
hasTimeout
()
{
...
...
@@ -104,8 +103,7 @@ export default {
<button
type=
"button"
:aria-label=
"__('Toggle Sidebar')"
class=
"btn btn-blank gutter-toggle pull-right
d-block d-sm-block d-md-none js-sidebar-build-toggle"
class=
"btn btn-blank gutter-toggle float-right d-block d-md-none js-sidebar-build-toggle"
>
<i
aria-hidden=
"true"
...
...
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