From 951a29c09b411e1d6349f9beb6371724bad09de0 Mon Sep 17 00:00:00 2001
From: jist <95856749+george0st@users.noreply.github.com>
Date: Sat, 20 Apr 2024 12:23:30 +0200
Subject: [PATCH] Tune templates
---
qgate_sln_mlrun/templates/qgt-mlrun.html | 2 +-
qgate_sln_mlrun/templates/qgt-mlrun.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/qgate_sln_mlrun/templates/qgt-mlrun.html b/qgate_sln_mlrun/templates/qgt-mlrun.html
index 921459cb..4ccd4057 100644
--- a/qgate_sln_mlrun/templates/qgt-mlrun.html
+++ b/qgate_sln_mlrun/templates/qgt-mlrun.html
@@ -200,8 +200,8 @@
Quality report for MLRun {{ data.mlrun_server }}
System information:
MLRun: {{ data.mlrun }} (client)/{{ data.mlrun_server }} (server), MLRun change log
- Python: {{ data.python }}
QGate: {{ data.version }} (version)/{{ data.model_version }} (model)
+ Python: {{ data.python }}
System: {{ data.system }}
Platform: {{ data.platform }}
diff --git a/qgate_sln_mlrun/templates/qgt-mlrun.txt b/qgate_sln_mlrun/templates/qgt-mlrun.txt
index c66af062..1cca43bd 100644
--- a/qgate_sln_mlrun/templates/qgt-mlrun.txt
+++ b/qgate_sln_mlrun/templates/qgt-mlrun.txt
@@ -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 %}