This is an automated email from the ASF dual-hosted git repository.
tn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-atr-experiments.git
The following commit(s) were added to refs/heads/main by this push:
new 96f13cd chore: add some more icons
96f13cd is described below
commit 96f13cdab93afb09577b9db955cce5b9e261e4fe
Author: Thomas Neidhart <[email protected]>
AuthorDate: Mon Mar 3 15:58:21 2025 +0100
chore: add some more icons
---
atr/templates/includes/sidebar.html | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/atr/templates/includes/sidebar.html
b/atr/templates/includes/sidebar.html
index 0a89aaa..bcf9bdf 100644
--- a/atr/templates/includes/sidebar.html
+++ b/atr/templates/includes/sidebar.html
@@ -61,6 +61,7 @@
<h3>User management</h3>
<ul>
<li>
+ <i class="fa-solid fa-key"></i>
<a href="{{ url_for('root_keys_review') }}"
{% if request.endpoint == 'root_keys_review' %}class="active"{%
endif %}>Your signing keys</a>
</li>
@@ -74,14 +75,17 @@
<h3>Administration</h3>
<ul>
<li>
+ <i class="fa-solid fa-database"></i>
<a href="{{ url_for('admin.admin_data') }}"
{% if request.endpoint == 'admin.admin_data' %}class="active"{%
endif %}>Browse database</a>
</li>
<li>
+ <i class="fa-solid fa-rotate"></i>
<a href="{{ url_for('admin.admin_projects_update') }}"
{% if request.endpoint == 'admin.admin_projects_update'
%}class="active"{% endif %}>Update projects</a>
</li>
<li>
+ <i class="fa-solid fa-weight-scale"></i>
<a href="{{ url_for('admin.admin_performance') }}"
{% if request.endpoint == 'admin.admin_performance'
%}class="active"{% endif %}>Performance dashboard</a>
</li>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]