You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2013/06/26 23:26:56 UTC

svn commit: r1497108 - /incubator/ambari/branches/branch-1.2.5/ambari-web/app/templates/main/apps.hbs

Author: yusaku
Date: Wed Jun 26 21:26:56 2013
New Revision: 1497108

URL: http://svn.apache.org/r1497108
Log:
AMBARI-2484. Jobs page: empty table has broken markup. (Oleg Nechiporenko via yusaku)

Modified:
    incubator/ambari/branches/branch-1.2.5/ambari-web/app/templates/main/apps.hbs

Modified: incubator/ambari/branches/branch-1.2.5/ambari-web/app/templates/main/apps.hbs
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/branch-1.2.5/ambari-web/app/templates/main/apps.hbs?rev=1497108&r1=1497107&r2=1497108&view=diff
==============================================================================
--- incubator/ambari/branches/branch-1.2.5/ambari-web/app/templates/main/apps.hbs (original)
+++ incubator/ambari/branches/branch-1.2.5/ambari-web/app/templates/main/apps.hbs Wed Jun 26 21:26:56 2013
@@ -90,7 +90,7 @@
     <tbody>
        {{#if  view.emptyData}}
          <tr>
-           <td class="no-data" colspan="9">{{t apps.filters.nothingToShow}}</td>
+           <td class="no-data" colspan="{{controller.columnsName.content.length}}">{{t apps.filters.nothingToShow}}</td>
          </tr>
        {{else}}
          {{#each run in content}}