* Left nav correctly highlights current section
authorPeter Amstutz <peter.amstutz@curoverse.com>
Thu, 6 Feb 2014 04:04:40 +0000 (23:04 -0500)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Thu, 6 Feb 2014 04:04:40 +0000 (23:04 -0500)
commitc16a97576716f81c721bcd0c889309cb75e3eb9a
tree3317e04e6d1a577fecb7d1689532ca4cf32ec7bf
parent0863b0df409012677f0911ac3a068195067f7c7b
* Left nav correctly highlights current section
* Refactored pipeline instances and job pages to use tabs
* Uses javascript to adjust height of tab pane so that scrollbars show up in the right place
* Fixed some glyphicons broken by bootstrap 3
21 files changed:
apps/workbench/app/assets/javascripts/application.js
apps/workbench/app/assets/javascripts/provenance.js
apps/workbench/app/assets/stylesheets/application.css.scss
apps/workbench/app/controllers/application_controller.rb
apps/workbench/app/controllers/collections_controller.rb
apps/workbench/app/controllers/jobs_controller.rb
apps/workbench/app/controllers/pipeline_instances_controller.rb
apps/workbench/app/views/application/_arvados_object.html.erb
apps/workbench/app/views/application/_show_api.html.erb [new file with mode: 0644]
apps/workbench/app/views/application/_show_attributes.html.erb
apps/workbench/app/views/application/_show_json.html.erb [new file with mode: 0644]
apps/workbench/app/views/application/_show_links.html.erb [new file with mode: 0644]
apps/workbench/app/views/application/_svg_div.html.erb
apps/workbench/app/views/application/index.html.erb
apps/workbench/app/views/application/show.html.erb
apps/workbench/app/views/collections/_show_files.html.erb
apps/workbench/app/views/jobs/_show_provenance.html.erb [moved from apps/workbench/app/views/jobs/show.html.erb with 77% similarity]
apps/workbench/app/views/layouts/application.html.erb
apps/workbench/app/views/pipeline_instances/_show_components.html.erb [moved from apps/workbench/app/views/pipeline_instances/show.html.erb with 74% similarity]
apps/workbench/app/views/pipeline_instances/_show_graph.html.erb [new file with mode: 0644]
apps/workbench/app/views/pipeline_instances/_show_graph.js.erb [moved from apps/workbench/app/views/pipeline_instances/show.js.erb with 100% similarity]