about summary refs log tree commit diff
path: root/uploader/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'uploader/templates/base.html')
-rw-r--r--uploader/templates/base.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/uploader/templates/base.html b/uploader/templates/base.html
index 47c01c8..fd345b9 100644
--- a/uploader/templates/base.html
+++ b/uploader/templates/base.html
@@ -32,6 +32,19 @@
       <nav id="header-nav">
         <ul class="nav">
           {%if user_logged_in()%}
+          {%if view_under_construction%}
+          <li>
+            <a href="#"
+               title="User's background jobs.">
+              <!-- https://icons.getbootstrap.com/icons/back/ -->
+              <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-back" viewBox="0 0 16 16">
+                <path d="M0 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-2H2a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z"/>
+              </svg>
+              Background jobs
+            </a>
+          </li>
+          {%endif%}
+
           <li>
             <a href="{{url_for('oauth2.logout')}}"
                title="Log out of the system">