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
4387299a
Commit
4387299a
authored
Nov 26, 2019
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds missing state prop to log.vue
parent
2ba9ed88
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
app/assets/javascripts/jobs/components/log/log.vue
app/assets/javascripts/jobs/components/log/log.vue
+6
-1
changelogs/unreleased/37313-scroll-to-bottom.yml
changelogs/unreleased/37313-scroll-to-bottom.yml
+5
-0
No files found.
app/assets/javascripts/jobs/components/log/log.vue
View file @
4387299a
...
@@ -9,7 +9,12 @@ export default {
...
@@ -9,7 +9,12 @@ export default {
LogLine
,
LogLine
,
},
},
computed
:
{
computed
:
{
...
mapState
([
'
traceEndpoint
'
,
'
trace
'
,
'
isTraceComplete
'
]),
...
mapState
([
'
traceEndpoint
'
,
'
trace
'
,
'
isTraceComplete
'
,
'
isScrolledToBottomBeforeReceivingTrace
'
,
]),
},
},
updated
()
{
updated
()
{
this
.
$nextTick
(()
=>
{
this
.
$nextTick
(()
=>
{
...
...
changelogs/unreleased/37313-scroll-to-bottom.yml
0 → 100644
View file @
4387299a
---
title
:
Fixes job log not scrolling to the bottom
merge_request
:
author
:
type
:
fixed
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