X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b2930e37cd4bfd276be6c785e1cd7fff0f503aef..c5d397d9b1c2e13dfdaf644fbd98cd41d00a2909:/templates/webpages/csv_import/_deferred_results.html diff --git a/templates/webpages/csv_import/_deferred_results.html b/templates/webpages/csv_import/_deferred_results.html index 050ca5ade..7f68a32d5 100644 --- a/templates/webpages/csv_import/_deferred_results.html +++ b/templates/webpages/csv_import/_deferred_results.html @@ -24,9 +24,9 @@ } [%- UNLESS SELF.background_job.data_as_hash.errors %] $(document).ready(function(){ - $('#progress_description').html('[% SELF.background_job.data_as_hash.progress.plan.${SELF.background_job.data_as_hash.progress.phase} %] / [% SELF.background_job.data_as_hash.progress.num_phases %] [% SELF.background_job.data_as_hash.progress.phase | $T8 | html %]'); + $('#progress_description').html('[% SELF.status_text | html %]'); $('#progressbar').progressbar({ value: [% SELF.background_job.data_as_hash.progress.progress * 1 %] }); - window.setTimeout(reload_results, 100); + window.setTimeout(reload_results, 500); }) [%- END %]