From 1817d117d020318ba5fcd281708015eaad3f092c Mon Sep 17 00:00:00 2001 From: toufic ar Date: Mon, 11 May 2026 19:43:18 +0300 Subject: initial web UI --- templates/run.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 templates/run.html (limited to 'templates/run.html') diff --git a/templates/run.html b/templates/run.html new file mode 100644 index 0000000..77f9f90 --- /dev/null +++ b/templates/run.html @@ -0,0 +1,19 @@ +{% extends "base.html" %} {% block title %}/{{ project_path }}/{{ run_number +}}{% endblock %} {% block path %}/{{ project_path }}/{{ run_number }}{% endblock +%} {% block content %} +

+
+{% for n in run %}
+
+{% endfor %} {% endblock %}
+
+
-- 
cgit v1.2.3