projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge remote-tracking branch 'origin/master' into 2961-load-tab-partials
[arvados.git]
/
apps
/
workbench
/
app
/
controllers
/
api_client_authorizations_controller.rb
1
class ApiClientAuthorizationsController < ApplicationController
2
3
def index_pane_list
4
%w(Recent Help)
5
end
6
7
end