17119: Merge branch 'master' into 17119-add-filter-groups
[arvados.git] / apps / workbench / app / controllers / api_client_authorizations_controller.rb
index 8eed5526093563e94c546dc6c991aff0aa0665fa..c7ff560773304709b5c93e3f1ff95157abaf3388 100644 (file)
@@ -1,2 +1,11 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class ApiClientAuthorizationsController < ApplicationController
+
+  def index_pane_list
+    %w(Recent Help)
+  end
+
 end