提交 f3c667f3 编写于 作者: S Stephan Ewen

Merge pull request #375 from markus-h/webinterface_failed_jobs-pr

Bugfix for webinterface: Failed jobs don't disappear
......@@ -528,7 +528,7 @@ public final class EventCollector extends TimerTask implements ProfilingListener
// Only remove jobs from the list which have stopped running
if (jobStatus != JobStatus.FINISHED && jobStatus != JobStatus.CANCELED
&& jobStatus != JobStatus.FINISHED) {
&& jobStatus != JobStatus.FAILED) {
continue;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册