[ARVADOS] created: 1.3.0-1605-g5fd5bdc0d

Git user git at public.curoverse.com
Fri Sep 13 17:26:11 UTC 2019


        at  5fd5bdc0dc0b1d2359b0146db05e7b89e0193f14 (commit)


commit 5fd5bdc0dc0b1d2359b0146db05e7b89e0193f14
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date:   Fri Sep 13 13:24:09 2019 -0400

    15014: Hide busy/idle nodes panel when crunch1 is not active.
    
    The node counts are incorrect when the crunch1 dispatch processes are
    not running.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>

diff --git a/apps/workbench/app/views/projects/_show_dashboard.html.erb b/apps/workbench/app/views/projects/_show_dashboard.html.erb
index 71ef24541..6c58cd30f 100644
--- a/apps/workbench/app/views/projects/_show_dashboard.html.erb
+++ b/apps/workbench/app/views/projects/_show_dashboard.html.erb
@@ -36,7 +36,7 @@ SPDX-License-Identifier: AGPL-3.0 %>
 
 <%
   recent_procs_panel_width = 6
-  if !PipelineInstance.api_exists?(:index)
+  if !PipelineInstance.api_exists?(:create)
     recent_procs_title = 'Recent processes'
     run_proc_title = 'Choose a workflow to run:'
     show_node_status = false

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list