8784: Fix test for latest firefox.
[arvados.git] / apps / workbench / app / controllers / authorized_keys_controller.rb
index 6bbb01dc316ff931ece288428a3889bf8508e1f5..6eaec1ee59f1e954afb1b419dc57e9f9a277a888 100644 (file)
@@ -1,4 +1,8 @@
 class AuthorizedKeysController < ApplicationController
+  def index_pane_list
+    %w(Recent Help)
+  end
+
   def new
     super
     @object.authorized_user_uuid = current_user.uuid if current_user