Wiki source code of FilterStreamJob

Show last authors
1 {{template name="job_macros.vm"/}}
2
3 {{velocity output="false"}}
4 #set ($discard = $xwiki.jsfx.use('uicomponents/job/job.js'))
5 {{/velocity}}
6
7 {{velocity}}
8 {{html}}
9 <div id="filter_job_status">
10 #set($job = $services.filter.currentJob)
11 #if ($job)
12 #displayJobStatus($job.status)
13 #end
14 </div>
15 {{/html}}
16 {{/velocity}}