projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
9804: Removed the "Activity" pane from Collection View @ Workbench. Also removed...
[arvados.git]
/
apps
/
workbench
/
app
/
controllers
/
containers_controller.rb
1
class ContainersController < ApplicationController
2
skip_around_filter :require_thread_api_token, if: proc { |ctrl|
3
Rails.configuration.anonymous_user_token and
4
'show' == ctrl.action_name
5
}
6
7
def show_pane_list
8
%w(Status Log Advanced)
9
end
10
end