2872: Use data chooser for running pipelines. Many presentation fixes.
authorTom Clegg <tom@curoverse.com>
Sun, 1 Jun 2014 04:05:51 +0000 (00:05 -0400)
committerTom Clegg <tom@curoverse.com>
Sun, 1 Jun 2014 04:27:48 +0000 (00:27 -0400)
commitb3cc51580f7d4bfa0c390e29950b2d605bfcda79
treee38cfa5b7310a03a3ea9d52ebc97466b97141800
parent8cc28c45ca3da20e9d66aabbaf43de777c582a84
2872: Use data chooser for running pipelines. Many presentation fixes.
24 files changed:
apps/workbench/app/assets/javascripts/application.js
apps/workbench/app/assets/javascripts/editable.js
apps/workbench/app/assets/javascripts/folders.js
apps/workbench/app/assets/stylesheets/application.css.scss
apps/workbench/app/assets/stylesheets/select_modal.css.scss
apps/workbench/app/controllers/application_controller.rb
apps/workbench/app/controllers/folders_controller.rb
apps/workbench/app/controllers/jobs_controller.rb
apps/workbench/app/controllers/pipeline_instances_controller.rb
apps/workbench/app/helpers/application_helper.rb
apps/workbench/app/models/arvados_base.rb
apps/workbench/app/models/collection.rb
apps/workbench/app/views/application/_show_advanced.html.erb [new file with mode: 0644]
apps/workbench/app/views/application/_show_advanced_api_response.html.erb [new file with mode: 0644]
apps/workbench/app/views/application/_show_advanced_cli_example.html.erb [new file with mode: 0644]
apps/workbench/app/views/application/_show_advanced_curl_example.html.erb [new file with mode: 0644]
apps/workbench/app/views/application/_show_advanced_python_example.html.erb [new file with mode: 0644]
apps/workbench/app/views/application/_show_json.html.erb [deleted file]
apps/workbench/app/views/application/_show_object_button.html.erb
apps/workbench/app/views/folders/_choose.html.erb
apps/workbench/app/views/folders/_show_contents.html.erb
apps/workbench/app/views/jobs/_show_details.html.erb [new file with mode: 0644]
apps/workbench/app/views/layouts/application.html.erb
apps/workbench/app/views/pipeline_instances/_show_components.html.erb