From 9cd33ddac3d6848c5443962d66494635feadef51 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 9 Sep 2024 14:06:31 -0500 Subject: Initialise samples uploads * Move existing code to new module * Rework the UI: create new templates * Rework the routes: Select species and populations before attempting an upload. --- uploader/templates/samples/upload-progress.html | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 uploader/templates/samples/upload-progress.html (limited to 'uploader/templates/samples/upload-progress.html') diff --git a/uploader/templates/samples/upload-progress.html b/uploader/templates/samples/upload-progress.html deleted file mode 100644 index 7bb02be..0000000 --- a/uploader/templates/samples/upload-progress.html +++ /dev/null @@ -1,22 +0,0 @@ -{%extends "base.html"%} -{%from "cli-output.html" import cli_output%} - -{%block extrameta%} - -{%endblock%} - -{%block title%}Job Status{%endblock%} - -{%block contents%} -

{{job.job_name}}

- -

-status: -{{job["status"]}} ({{job.get("message", "-")}})
-

- -

saving to database...

- -{{cli_output(job, "stdout")}} - -{%endblock%} -- cgit v1.2.3