Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xwiki-platform
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
XWiki
xwiki-platform
Commits
910b7303
Commit
910b7303
authored
8 years ago
by
Thomas Mortagne
Browse files
Options
Downloads
Patches
Plain Diff
XWIKI-13781: Filter application keep automatically reloading the log even when the job is finished
parent
e6eb3494
Branches
feature-alfresco-link
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-ui/src/main/resources/Filter/FilterStreamJobJSON.xml
+2
-2
2 additions, 2 deletions
...lter-ui/src/main/resources/Filter/FilterStreamJobJSON.xml
with
2 additions
and
2 deletions
xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-ui/src/main/resources/Filter/FilterStreamJobJSON.xml
+
2
−
2
View file @
910b7303
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment