add ApiClient#is_trusted, show list of api tokens in Workbench
[arvados.git] / apps / workbench / app / views / layouts / application.html.erb
index 56ac2cbacb4dee8f31c7c3bb77772ad25a155a61..c67fb40846b46b6304275834a403de944521e839 100644 (file)
@@ -42,6 +42,7 @@
               [false, 'Keys', authorized_keys_path],
               [false, 'VMs', virtual_machines_path],
               [false, 'Repos', repositories_path],
+              [false, 'Tokens', api_client_authorizations_path],
               [false, 'Jobs', jobs_path]
               ].each do |admin_only, name, path| %>
            <% if !admin_only or (current_user and current_user.is_admin) %>