Merge branch '8784-dir-listings'
[arvados.git] / apps / workbench / app / controllers / authorized_keys_controller.rb
index 6bbb01dc316ff931ece288428a3889bf8508e1f5..ac47ce7592b27a3082d20582092147259d689806 100644 (file)
@@ -1,4 +1,12 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class AuthorizedKeysController < ApplicationController
+  def index_pane_list
+    %w(Recent Help)
+  end
+
   def new
     super
     @object.authorized_user_uuid = current_user.uuid if current_user