Clean up groups/index and add delete buttons.
[arvados.git] / apps / workbench / app / controllers / collections_controller.rb
index d393da0c920117ba38b8c6303536d91b78bbd067..1fe786d04890d96462340e09926ce167aaf1074f 100644 (file)
@@ -3,7 +3,7 @@ class CollectionsController < ApplicationController
   skip_before_filter :check_user_agreements, :only => [:show_file]
 
   def show_pane_list
-    %w(files attributes metadata provenance_graph used_by json api)
+    %w(Files Attributes Metadata Provenance_graph Used_by JSON API)
   end
   def index
     if params[:search].andand.length.andand > 0