diff options
Diffstat (limited to 'uploader/templates/base.html')
-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> |