tone down css on jobs index
[arvados.git] / apps / workbench / app / views / api_client_authorizations / index.html.erb
1 <pre>
2 ### Pasting the following lines at a shell prompt will allow Arvados SDKs
3 ### to authenticate to your account, <%= current_user.email %>
4
5 read ARVADOS_API_TOKEN &lt;&lt;EOF
6 <%= Thread.current[:arvados_api_token] %>
7 EOF
8 export ARVADOS_API_TOKEN ARVADOS_API_HOST=<%= current_api_host %>
9 </pre>
10
11 <%= render partial: 'index' %>