10111: Better labels on collection on the provenance graph.
[arvados.git] / apps / workbench / app / controllers / containers_controller.rb
index 57c27003c1a6f4a437b52931fd12c94d6ed80454..1df2c3acb0f5bcba19562c57b8f794c641375c88 100644 (file)
@@ -1,2 +1,10 @@
 class ContainersController < ApplicationController
+  skip_around_filter :require_thread_api_token, if: proc { |ctrl|
+    Rails.configuration.anonymous_user_token and
+    'show' == ctrl.action_name
+  }
+
+  def show_pane_list
+    %w(Status Log Advanced)
+  end
 end