about summary refs log tree commit diff
path: root/gn3/templates/admin/dashboard.html
diff options
context:
space:
mode:
Diffstat (limited to 'gn3/templates/admin/dashboard.html')
-rw-r--r--gn3/templates/admin/dashboard.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/gn3/templates/admin/dashboard.html b/gn3/templates/admin/dashboard.html
index 889e652..52fb7d3 100644
--- a/gn3/templates/admin/dashboard.html
+++ b/gn3/templates/admin/dashboard.html
@@ -13,6 +13,10 @@
        title="Register a new OAuth2 client.">Register OAuth2 Client</a>
   </li>
   <li>
+    <a href="{{url_for('oauth2.admin.list_clients')}}"
+       title="List OAuth2 clients.">List OAuth2 Client</a>
+  </li>
+  <li>
     <a href="{{url_for('oauth2.admin.logout')}}"
        title="Log out of the system.">Logout</a>
   </li>