This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
The following commit(s) were added to refs/heads/main by this push:
new 0436a74e Add configuration to admin menu
0436a74e is described below
commit 0436a74ed59c487d7f7fc5ec86805d2e7ad5cc91
Author: Dave Fisher <[email protected]>
AuthorDate: Thu Feb 19 10:24:47 2026 -0800
Add configuration to admin menu
---
atr/templates/includes/topnav.html | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/atr/templates/includes/topnav.html
b/atr/templates/includes/topnav.html
index d386dfd7..5422f9f5 100644
--- a/atr/templates/includes/topnav.html
+++ b/atr/templates/includes/topnav.html
@@ -275,6 +275,11 @@
href="{{ as_url(admin.data) }}"
{% if request.endpoint == 'atr_admin_data'
%}class="active"{% endif %}><i class="bi bi-database"></i> Browse database</a>
</li>
+ <li>
+ <a class="dropdown-item"
+ href="{{ as_url(admin.configuration) }}"
+ {% if request.endpoint == 'atr_admin_configuration'
%}class="active"{% endif %}><i class="bi bi-gear"></i> Configuration</a>
+ </li>
<li>
<a class="dropdown-item"
href="{{ as_url(admin.env) }}"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]