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
deaf4f72
Commit
deaf4f72
authored
Jun 04, 2018
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
design update
parent
f73b2c8e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
35 additions
and
9 deletions
+35
-9
app/assets/javascripts/ide/components/jobs/detail.vue
app/assets/javascripts/ide/components/jobs/detail.vue
+3
-3
app/assets/javascripts/ide/components/jobs/item.vue
app/assets/javascripts/ide/components/jobs/item.vue
+9
-6
app/assets/stylesheets/pages/repo.scss
app/assets/stylesheets/pages/repo.scss
+23
-0
No files found.
app/assets/javascripts/ide/components/jobs/detail.vue
View file @
deaf4f72
...
...
@@ -67,7 +67,7 @@ export default {
<
template
>
<div
class=
"ide-pipeline build-page d-flex flex-column flex-fill"
>
<header
class=
"ide-
tree-header ide-pipeline-head
er"
>
<header
class=
"ide-
job-header d-flex align-items-cent
er"
>
<button
class=
"btn btn-default btn-sm d-flex"
@
click=
"setDetailJob(null)"
...
...
@@ -78,7 +78,7 @@ export default {
{{
__
(
'
View jobs
'
)
}}
</button>
</header>
<div
class=
"top-bar d-flex"
>
<div
class=
"top-bar d-flex
border-left-0
"
>
<job-description
:job=
"detailJob"
/>
...
...
@@ -110,7 +110,7 @@ export default {
</div>
</div>
<pre
class=
"build-trace mb-0"
class=
"build-trace mb-0
h-100
"
ref=
"buildTrace"
@
scroll=
"scrollBuildLog"
>
...
...
app/assets/javascripts/ide/components/jobs/item.vue
View file @
deaf4f72
...
...
@@ -27,13 +27,16 @@ export default {
<
template
>
<div
class=
"ide-job-item"
>
<job-description
class=
"append-right-default"
:job=
"job"
/>
<button
class=
"btn btn-default btn-sm ml-auto"
@
click=
"clickViewLog"
>
{{
__
(
'
View log
'
)
}}
</button>
<div
class=
"ml-auto align-self-center"
>
<button
class=
"btn btn-default btn-sm"
@
click=
"clickViewLog"
>
{{
__
(
'
View log
'
)
}}
</button>
</div>
</div>
</
template
>
app/assets/stylesheets/pages/repo.scss
View file @
deaf4f72
...
...
@@ -1146,8 +1146,13 @@
}
.ide-external-link
{
position
:
relative
;
svg
{
display
:
none
;
position
:
absolute
;
top
:
2px
;
right
:
-
$gl-padding
;
}
&
:hover
,
...
...
@@ -1178,6 +1183,8 @@
display
:
flex
;
flex-direction
:
column
;
height
:
100%
;
margin-top
:
-
$grid-size
;
margin-bottom
:
-
$grid-size
;
.empty-state
{
margin-top
:
auto
;
...
...
@@ -1194,6 +1201,17 @@
margin
:
0
;
}
}
.build-trace
,
.top-bar
{
margin-left
:
-
$gl-padding
;
}
.top-bar
{
top
:
0
;
font-size
:
12px
;
border-top-right-radius
:
$border-radius-default
;
}
}
.ide-pipeline-list
{
...
...
@@ -1222,6 +1240,7 @@
.ci-status-icon
{
display
:
flex
;
justify-content
:
center
;
min-width
:
24px
;
overflow
:
hidden
;
}
}
...
...
@@ -1251,3 +1270,7 @@
overflow
:
hidden
;
text-overflow
:
ellipsis
;
}
.ide-job-header
{
min-height
:
60px
;
}
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