From fda7315f43b02cfae3050ece68a4d7cb26a826b4 Mon Sep 17 00:00:00 2001 From: toufic ar Date: Fri, 15 May 2026 02:24:12 +0300 Subject: restructure webUI --- templates/run.html | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 templates/run.html (limited to 'templates/run.html') diff --git a/templates/run.html b/templates/run.html deleted file mode 100644 index 77f9f90..0000000 --- a/templates/run.html +++ /dev/null @@ -1,19 +0,0 @@ -{% 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