5261: Redirect to destination project's Collections tab when copying/moving collections.
[arvados.git] / apps / workbench / app / controllers / api_client_authorizations_controller.rb
index 1c55b116efad1b48c41b70d9cfbe70b221efeffb..85f52f20ab4db9c74d7264023f5428d2c35c7327 100644 (file)
@@ -1,8 +1,7 @@
 class ApiClientAuthorizationsController < ApplicationController
-  def index
-    @objects = model_class.all.to_ary.reject do |x|
-      x.api_client_id == 0 or (x.expires_at and x.expires_at < Time.now) rescue false
-    end
-    super
+
+  def index_pane_list
+    %w(Recent Help)
   end
+
 end