Skip to content
Snippets Groups Projects
Commit 910b7303 authored by Thomas Mortagne's avatar Thomas Mortagne
Browse files

XWIKI-13781: Filter application keep automatically reloading the log even when the job is finished

parent e6eb3494
No related tags found
No related merge requests found
......@@ -46,11 +46,11 @@
#if ($finished)
#if ($jobStatus.log.getLogs('ERROR').isEmpty())
<div class="box successmessage">
Done toto.
Done.
</div>
#else
<div class="box errormessage">
Error has been found during the conversion toto !
Error has been found during the conversion !
</div>
#end
#end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment