Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
noc
tower
Commits
b1a324ea
Commit
b1a324ea
authored
Mar 12, 2020
by
Dmitry Lukhtionov
Browse files
Display some task correctly
parent
540ea81d
Pipeline
#21036
passed with stages
in 10 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tower/ui/environment_logic.js
View file @
b1a324ea
...
...
@@ -186,9 +186,9 @@ var environment_logic = {
var
env_id
=
app_logic
.
current_env
.
id
,
env_name
=
app_logic
.
current_env
.
name
,
rx_progress
=
/^
(
ok|changed|unreachable|failed|fatal
)
:
\[
/mg
,
rx_task
=
/^.+
?\*{
5
}\s
*$/mg
,
rx_task
=
/^.+
?\*{
3
}\s
*$/mg
,
rx_line
=
/^
(
ok|changed|unreachable|failed|fatal|skipping
)
:
\[
.+
?
$/mg
,
rx_stars
=
/
\s
+
\*{
5
,}
/
;
rx_stars
=
/
\s
+
\*{
3
,}
/
;
deploy
=
function
()
{
var
xhr
=
new
XMLHttpRequest
(),
offset
=
0
,
...
...
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