Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
zoe
main
Commits
71c7491a
Commit
71c7491a
authored
Feb 17, 2017
by
Daniele Venzano
Browse files
React more quickly to cluster errors
parent
eca85cf3
Changes
1
Hide whitespace changes
Inline
Side-by-side
zoe_api/web/templates/home_guest.html
View file @
71c7491a
...
...
@@ -86,6 +86,7 @@
$
(
"
#endpoints
"
).
html
(
s
);
}
else
if
(
data
[
'
exec_status
'
]
==
'
terminated
'
||
data
[
'
exec_status
'
]
==
'
none
'
||
data
[
'
exec_status
'
]
==
'
error
'
)
{
state
=
"
init
"
;
update_interval
=
setInterval
(
function
(){
update_zoe_status
();},
FAST_UPDATE
);
}
}
else
{
show_error
(
data
.
message
);
...
...
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