Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
fumufu86
tower
Commits
de0a1d63
Commit
de0a1d63
authored
Mar 30, 2018
by
Aleksey Shirokih
Browse files
Fix deploy scroll
parent
e868c375
Changes
1
Hide whitespace changes
Inline
Side-by-side
tower/ui/environment_logic.js
View file @
de0a1d63
...
...
@@ -264,7 +264,7 @@ var environment_logic = {
});
output
+=
ct
;
output_panel
.
setHTML
(
output
);
output_panel
.
scrollTo
(
0
,
100000
);
output_panel
.
scrollTo
(
0
,
100000
00
);
// Update badges
badges_panel
.
setValues
(
status
);
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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