Skip to content

Commit

Permalink
Tune templates
Browse files Browse the repository at this point in the history
  • Loading branch information
george0st committed Apr 20, 2024
1 parent 8eb2cf9 commit 951a29c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qgate_sln_mlrun/templates/qgt-mlrun.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ <h2>Quality report for <u>MLRun {{ data.mlrun_server }}</u></h2>
<p>
<b>System information:</b><br>
&nbsp;&nbsp;<b style="color:blue;">MLRun: {{ data.mlrun }} (client)/{{ data.mlrun_server }} (server)</b>, <a href="https://docs.mlrun.org/en/latest/change-log/index.html" target="_blank">MLRun change log</a><br>
&nbsp;&nbsp;<b style="color:blue;">Python: {{ data.python }}</b><br>
&nbsp;&nbsp;<b style="color:blue;">QGate: {{ data.version }} (version)/{{ data.model_version }} (model)</b><br>
&nbsp;&nbsp;<b style="color:blue;">Python: {{ data.python }}</b><br>
&nbsp;&nbsp;<b>System:</b> {{ data.system }}<br>
&nbsp;&nbsp;<b>Platform:</b> {{ data.platform }}<br>
</p>
Expand Down
2 changes: 1 addition & 1 deletion qgate_sln_mlrun/templates/qgt-mlrun.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Summary, test scenarios: {{ data.summary.count_testcases }} [TOTAL] ({{ data.sum
{% if testcase.state == 'DONE' %}{{ testcase.state }} {% else %}{{ testcase.state }} {% endif %}... {{ testcase.name }}{% if testcase.detail is not none %}: {{ testcase.detail }}{% endif %}{% endfor %}{% endfor %}
# -----------------------
# MLRun: {{ data.mlrun }} (client)/{{ data.mlrun_server }} (server), see https://docs.mlrun.org/en/latest/change-log/index.html
# Python: {{ data.python }}
# QGate: {{ data.version }} (version)/{{ data.model_version }} (model)
# Python: {{ data.python }}
# System: {{ data.system }}
# Platform: {{ data.platform }}
# ----------------------- {% for variable in data.variables %}
Expand Down

0 comments on commit 951a29c

Please sign in to comment.