You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by is...@apache.org on 2018/05/05 18:42:08 UTC

[ambari] branch trunk updated: [AMBARI-23772] Background Ops modal breaks in some cases (#1187)

This is an automated email from the ASF dual-hosted git repository.

ishanbha pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new eec1244  [AMBARI-23772] Background Ops modal breaks in some cases (#1187)
eec1244 is described below

commit eec1244109e88fb280f1bd05989ed6edb5198e6a
Author: Ishan Bhatt <is...@gmail.com>
AuthorDate: Sat May 5 14:42:04 2018 -0400

    [AMBARI-23772] Background Ops modal breaks in some cases (#1187)
---
 ambari-web/app/templates/common/host_progress_popup.hbs | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/ambari-web/app/templates/common/host_progress_popup.hbs b/ambari-web/app/templates/common/host_progress_popup.hbs
index b95079c..ec36333 100644
--- a/ambari-web/app/templates/common/host_progress_popup.hbs
+++ b/ambari-web/app/templates/common/host_progress_popup.hbs
@@ -89,18 +89,18 @@
             </td>
           </tr>
           {{/each}}
-        </tbody>
-          {{#if view.isPaginate}}
-            <tfoot>
+        {{/if}}
+      </tbody>
+        {{#if view.isPaginate}}
+          <tfoot>
             <tr>
               <td colspan="5">
                 {{view App.PaginationView}}
               </td>
             </tr>
-            </tfoot>
-          {{/if}}
-        </table>
+          </tfoot>
         {{/if}}
+      </table>
         {{#if view.isShowMore}}
           <div class="show-more" {{action requestMoreOperations}}><a href="#">{{t hostPopup.serviceInfo.showMore}}</a>
           </div>

-- 
To stop receiving notification emails like this one, please contact
ishanbha@apache.org.