Merge branch '2411-check-copyright'
[arvados.git] / apps / workbench / app / controllers / container_requests_controller.rb
index 6eaed2d555975f54396ef15fa4d5b915dc356ad0..f61596ecc766ce7b305f4db3d5e2a4e95c466749 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class ContainerRequestsController < ApplicationController
   skip_around_filter :require_thread_api_token, if: proc { |ctrl|
     Rails.configuration.anonymous_user_token and
@@ -165,4 +169,10 @@ class ContainerRequestsController < ApplicationController
 
     super
   end
+
+  def index
+    @limit = 20
+    super
+  end
+
 end