diff options
| author | toufic ar <contact@toufy.me> | 2026-05-15 02:24:12 +0300 |
|---|---|---|
| committer | toufic ar <contact@toufy.me> | 2026-05-15 02:24:12 +0300 |
| commit | fda7315f43b02cfae3050ece68a4d7cb26a826b4 (patch) | |
| tree | def28890a3c92cd7c2cb53d01f8e76c74fe362e7 /templates/run.html | |
| parent | b36868f1fc3a6df0da4d931f94f3c39f1c50ee59 (diff) | |
| download | makeshiftci-fda7315f43b02cfae3050ece68a4d7cb26a826b4.tar.gz makeshiftci-fda7315f43b02cfae3050ece68a4d7cb26a826b4.zip | |
restructure webUI
Diffstat (limited to 'templates/run.html')
| -rw-r--r-- | templates/run.html | 19 |
1 files changed, 0 insertions, 19 deletions
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 %}/<a href="/{{ project_path }}" - >{{ project_path }}</a ->/<a href="/{{ project_path }}/{{ run_number }}">{{ run_number }}</a>{% endblock -%} {% block content %} -<pre - id="stdout" - style="white-space: pre-wrap" -></pre> - -{% for n in run %} -<script> - document.getElementById('stdout').textContent = {{ n|tojson }}; - var s = document.currentScript; - s.parentNode.removeChild(s); -</script> -{% endfor %} {% endblock %} - -<!-- vim: set filetype=jinja: --> |
