|
|
|
@ -22,14 +22,16 @@ |
|
|
|
<p class="govuk-body govuk-!-margin-bottom-3"> |
|
|
|
<p class="govuk-body govuk-!-margin-bottom-3"> |
|
|
|
<%= upload_status %> |
|
|
|
<%= upload_status %> |
|
|
|
</p> |
|
|
|
</p> |
|
|
|
<div> |
|
|
|
<% unless bulk_upload.processing %> |
|
|
|
<%= counts( |
|
|
|
<div> |
|
|
|
[bulk_upload.total_logs_count, "total log"], |
|
|
|
<%= counts( |
|
|
|
[setup_errors_count, "error on important questions", "errors on important questions"], |
|
|
|
[bulk_upload.total_logs_count, "total log"], |
|
|
|
[critical_errors_count, "critical error"], |
|
|
|
[setup_errors_count, "error on important questions", "errors on important questions"], |
|
|
|
[potential_errors_count, "potential error"], |
|
|
|
[critical_errors_count, "critical error"], |
|
|
|
) %> |
|
|
|
[potential_errors_count, "potential error"], |
|
|
|
</div> |
|
|
|
) %> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
<% end %> |
|
|
|
</footer> |
|
|
|
</footer> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</article> |
|
|
|
</article> |
|
|
|
|