Merge branch '8784-dir-listings'
[arvados.git] / apps / workbench / app / controllers / workflows_controller.rb
index a3ba7d66a551b9e85deb591a62182d6e2079a370..3b98413e23a2224ef8da829f3ba8c6255d1adced 100644 (file)
@@ -1,6 +1,14 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class WorkflowsController < 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(Definition Advanced)
+  end
 end