Merge branch '10312-nodemanager-quotas' refs #10312
[arvados.git] / apps / workbench / app / controllers / container_requests_controller.rb
index 6eaed2d555975f54396ef15fa4d5b915dc356ad0..a507139225f216cad62247f2776655a51568f871 100644 (file)
@@ -165,4 +165,10 @@ class ContainerRequestsController < ApplicationController
 
     super
   end
+
+  def index
+    @limit = 20
+    super
+  end
+
 end