Merge branch 'master' into 3296-user-profile
[arvados.git] / apps / workbench / app / controllers / jobs_controller.rb
index dc31229189e9a7be5636eb38ec58f9aa510aec0e..b3204bf64e8d52cd3aa9d31315e0129225ef339d 100644 (file)
@@ -27,10 +27,11 @@ class JobsController < ApplicationController
     if params[:uuid]
       @objects = Job.where(uuid: params[:uuid])
       generate_provenance(@objects)
+      render_index
     else
       @limit = 20
+      super
     end
-    super
   end
 
   def cancel
@@ -52,6 +53,6 @@ class JobsController < ApplicationController
   end
 
   def show_pane_list
-    %w(Status Attributes Provenance Metadata JSON API)
+    %w(Status Log Details Provenance Advanced)
   end
 end