4091: enhance code to handle the case where there are more than one item in the next...
[arvados.git] / apps / workbench / app / controllers / api_client_authorizations_controller.rb
index 8eed5526093563e94c546dc6c991aff0aa0665fa..85f52f20ab4db9c74d7264023f5428d2c35c7327 100644 (file)
@@ -1,2 +1,7 @@
 class ApiClientAuthorizationsController < ApplicationController
+
+  def index_pane_list
+    %w(Recent Help)
+  end
+
 end