diff options
author | Frederick Muriuki Muriithi | 2024-09-24 16:29:54 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-09-24 16:29:54 -0500 |
commit | a1106b2e3e6e5aa4d2781955721dddacf825df68 (patch) | |
tree | ead705eec640b6ee83591dcb4c5296a5c21991f5 /uploader/templates | |
parent | 5bbfcee36a4cb39ae094775fb11535d63492bda9 (diff) | |
download | gn-uploader-a1106b2e3e6e5aa4d2781955721dddacf825df68.tar.gz |
Add placeholder for background jobs.
Diffstat (limited to 'uploader/templates')
-rw-r--r-- | uploader/templates/base.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/uploader/templates/base.html b/uploader/templates/base.html index 5675f0a..e3d3e11 100644 --- a/uploader/templates/base.html +++ b/uploader/templates/base.html @@ -79,6 +79,10 @@ <li {%if activemenu=="rna-seq"%}class="activemenu"{%endif%}> <a href="#" title="Upload RNA-Seq data.">RNA-Seq Data</a></li> + <li {%if activemenu=="async-jobs"%}class="activemenu"{%endif%}> + <a href="#" + title="View and manage the backgroud jobs you have running"> + Background Jobs</a></li> </ul> </aside> |