diff --git a/app/portal/templates/base.html.j2 b/app/portal/templates/base.html.j2 index 2353040..e9248a4 100644 --- a/app/portal/templates/base.html.j2 +++ b/app/portal/templates/base.html.j2 @@ -168,6 +168,20 @@ + {% if config['ADDITIONAL_SIDEBAR_LINKS'] %} + + + {% endif %}
diff --git a/app/portal/templates/icons.html.j2 b/app/portal/templates/icons.html.j2 index 55e5f26..f9bc666 100644 --- a/app/portal/templates/icons.html.j2 +++ b/app/portal/templates/icons.html.j2 @@ -44,6 +44,10 @@ viewBox="0 0 16 16"> + {% elif i == "graph-up-arrow" %} + + + {% elif i == "hdd" %} @@ -82,6 +86,11 @@ Tor icon + {% elif i == "question-circle" %} + + + + {% elif i == "server" %}