Working on issue #981 - Fixed bug: Last result shows broken statistic if no import was performed.
This commit is contained in:
parent
f0e2a2e0bb
commit
451f31f7cf
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
</div>
|
||||
<% end %>
|
||||
<% end %>
|
||||
<% if !_.isEmpty(@job.result): %>
|
||||
<% if !_.isEmpty(@job.result) && @countDone: %>
|
||||
<ul>
|
||||
<li><%- @T('%s user to %s user', 'LDAP', 'Zammad') %> (<%= @countDone %>/<%= @job.result.sum %>):
|
||||
<ul>
|
||||
|
|
Loading…
Reference in a new issue