Turn off CSS animation on loading graphic; make it red instead.
[arvados.git] / apps / workbench / app / controllers / api_client_authorizations_controller.rb
index 1c55b116efad1b48c41b70d9cfbe70b221efeffb..81e324a46a6b379e5ec06583410d11ec69fcf5bd 100644 (file)
@@ -5,4 +5,9 @@ class ApiClientAuthorizationsController < ApplicationController
     end
     super
   end
+
+  def index_pane_list
+    %w(Recent Help)
+  end
+
 end