[ARVADOS] updated: 76dea8772ff5726836393c518088bd8a7e149cc5

git at public.curoverse.com git at public.curoverse.com
Wed Jun 18 09:26:59 EDT 2014


Summary of changes:
 apps/workbench/app/assets/javascripts/infinite_scroll.js              | 1 -
 apps/workbench/app/views/application/_choose.js.erb                   | 1 -
 .../app/views/pipeline_instances/_show_components_editable.html.erb   | 4 ++--
 3 files changed, 2 insertions(+), 4 deletions(-)

       via  76dea8772ff5726836393c518088bd8a7e149cc5 (commit)
      from  89c1cc67e4ef23a971fa732ad1b7178566dd22fc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 76dea8772ff5726836393c518088bd8a7e149cc5
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Wed Jun 18 09:26:55 2014 -0400

    2884: Adjusted column size on components page to work better when used in
    chooser preview pane.  Removed spurious console.log statement.

diff --git a/apps/workbench/app/assets/javascripts/infinite_scroll.js b/apps/workbench/app/assets/javascripts/infinite_scroll.js
index cabc7c5..00db2ba 100644
--- a/apps/workbench/app/assets/javascripts/infinite_scroll.js
+++ b/apps/workbench/app/assets/javascripts/infinite_scroll.js
@@ -15,7 +15,6 @@ function maybe_load_more_content() {
         // Don't start another request until this one finishes
         $(container).attr('data-infinite-content-href', null);
         $(container).append('<img src="/assets/ajax-loader.gif" class="infinite-scroller-spinner"></img>');
-        console.log("appended?");
         $.ajax(src,
                {dataType: 'json',
                 type: 'GET',
diff --git a/apps/workbench/app/views/application/_choose.js.erb b/apps/workbench/app/views/application/_choose.js.erb
index 1936bdc..6521b0c 100644
--- a/apps/workbench/app/views/application/_choose.js.erb
+++ b/apps/workbench/app/views/application/_choose.js.erb
@@ -21,7 +21,6 @@ $(".chooser-show-project").on("click", function() {
     type: "GET",
     data: d
   }).done(function(data, status, jqxhr) {
-    console.log(data);
     $("#chooser-breadcrumb").text(t.text());
     $("#choose-scroll").html(data.content);
     $("#choose-scroll").prop("data-infinite-content-href", "next_page_href");
diff --git a/apps/workbench/app/views/pipeline_instances/_show_components_editable.html.erb b/apps/workbench/app/views/pipeline_instances/_show_components_editable.html.erb
index e49839d..f6c9e85 100644
--- a/apps/workbench/app/views/pipeline_instances/_show_components_editable.html.erb
+++ b/apps/workbench/app/views/pipeline_instances/_show_components_editable.html.erb
@@ -1,9 +1,9 @@
 <table class="table pipeline-components-table" style="margin-top: -.1em">
   <colgroup>
-    <col style="width: 15%" />
     <col style="width: 20%" />
     <col style="width: 20%" />
-    <col style="width: 45%" />
+    <col style="width: 20%" />
+    <col style="width: 40%" />
   </colgroup>
 
   <thead>

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list