diff --git a/templates/report.html b/templates/report.html index a4cbc7b5..cba74dc2 100644 --- a/templates/report.html +++ b/templates/report.html @@ -27,10 +27,7 @@ @media only screen and (max-width: 600px) { .jumbotron img { width:100% - } -} -@media screen { .print-only{ display: none !important; @@ -64,6 +61,8 @@ .print-only, .print-only * { display: block; + width: 100%; + height: 100%; } .screen-only, .screen-only * { diff --git a/templates/shared/partials/log_params.html b/templates/shared/partials/log_params.html index 20c106b2..43a0cc5f 100644 --- a/templates/shared/partials/log_params.html +++ b/templates/shared/partials/log_params.html @@ -17,7 +17,7 @@ {% if report_data['run_data']['running_info']['args']['guide_seq'] != '' %}

Guide sequence: {{report_data['run_data']['running_info']['args']['guide_seq']}}

{% endif %} -

Command used: {{report_data['command_used']}}

-

Parameters: {{report_data['params']}}

+

Command used: {{report_data['run_data']['running_info']['command_used']}}

+

Parameters: {{report_data['run_data']['running_info']['args_string']}}

Running log