Turn off CSS animation on loading graphic; make it red instead.
[arvados.git] / apps / workbench / app / controllers / jobs_controller.rb
index be9fe03bf53c0b9955705f067c265014c6b8df12..d302bffad5359751b213a63afecf4c8dfa39faa9 100644 (file)
@@ -33,13 +33,13 @@ class JobsController < ApplicationController
 
   def index_pane_list
     if params[:uuid]
-      %w(recent provenance)
+      %w(Recent Provenance)
     else
-      %w(recent)
+      %w(Recent)
     end
   end
 
   def show_pane_list
-    %w(attributes provenance metadata json api)
+    %w(Attributes Provenance Metadata JSON API)
   end
 end