[ARVADOS] updated: 67a4825340187c05cbada61d38c12645a17acb65

git at public.curoverse.com git at public.curoverse.com
Tue Feb 10 16:22:38 EST 2015


Summary of changes:
 apps/workbench/app/views/jobs/_rerun_job_with_options_popup.html.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  67a4825340187c05cbada61d38c12645a17acb65 (commit)
      from  0215bf7b8c61d59462a476d850af999105856177 (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 67a4825340187c05cbada61d38c12645a17acb65
Author: Tom Clegg <tom at curoverse.com>
Date:   Tue Feb 10 16:22:37 2015 -0500

    5183: Disable animation on modal. (It seems to cause intermittent test failures.) refs #5183

diff --git a/apps/workbench/app/views/jobs/_rerun_job_with_options_popup.html.erb b/apps/workbench/app/views/jobs/_rerun_job_with_options_popup.html.erb
index f908663..ac399f3 100644
--- a/apps/workbench/app/views/jobs/_rerun_job_with_options_popup.html.erb
+++ b/apps/workbench/app/views/jobs/_rerun_job_with_options_popup.html.erb
@@ -1,5 +1,5 @@
 <% @job = @object %>
-<div id="jobRerunModal" class="modal fade" role="dialog" aria-labelledby="jobRerunTitle" aria-hidden="true">
+<div id="jobRerunModal" class="modal" role="dialog" aria-labelledby="jobRerunTitle" aria-hidden="true">
   <div class="modal-dialog">
     <div class="modal-content">
       <%= form_for(@job, method: :post, url: {controller: 'jobs', action: 'create'}) do |f| %>

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list