[ARVADOS] updated: 68089478becdc35c0b188349eeead4dccb4c8371

Git user git at public.curoverse.com
Wed May 17 09:48:04 EDT 2017


Summary of changes:
 apps/workbench/app/controllers/container_requests_controller.rb   | 6 ++++++
 apps/workbench/app/views/container_requests/_show_recent.html.erb | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

       via  68089478becdc35c0b188349eeead4dccb4c8371 (commit)
      from  701b7fa879d48ecc38d6261e151b7e54c66a80d6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 68089478becdc35c0b188349eeead4dccb4c8371
Author: radhika <radhika at curoverse.com>
Date:   Wed May 17 09:47:25 2017 -0400

    11580: @limit on container_requests index page

diff --git a/apps/workbench/app/controllers/container_requests_controller.rb b/apps/workbench/app/controllers/container_requests_controller.rb
index 6eaed2d..a507139 100644
--- a/apps/workbench/app/controllers/container_requests_controller.rb
+++ b/apps/workbench/app/controllers/container_requests_controller.rb
@@ -165,4 +165,10 @@ class ContainerRequestsController < ApplicationController
 
     super
   end
+
+  def index
+    @limit = 20
+    super
+  end
+
 end
diff --git a/apps/workbench/app/views/container_requests/_show_recent.html.erb b/apps/workbench/app/views/container_requests/_show_recent.html.erb
index 546b076..6a4c8b1 100644
--- a/apps/workbench/app/views/container_requests/_show_recent.html.erb
+++ b/apps/workbench/app/views/container_requests/_show_recent.html.erb
@@ -15,7 +15,7 @@
       <th>
         Status
       </th><th>
-        ContainerRequest
+        Container request
       </th><th>
         Description
       </th><th>

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list