Author: jaimin
Date: Tue Apr  2 18:08:23 2013
New Revision: 1463655

URL: http://svn.apache.org/r1463655
Log:
AMBARI-1771. On clicking master component host on Oozie and Hive service page 
javascript error is encountered. (jaimin)

Modified:
    incubator/ambari/trunk/CHANGES.txt
    
incubator/ambari/trunk/ambari-web/app/templates/main/service/info/summary/hive.hbs
    
incubator/ambari/trunk/ambari-web/app/templates/main/service/info/summary/oozie.hbs

Modified: incubator/ambari/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1463655&r1=1463654&r2=1463655&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Tue Apr  2 18:08:23 2013
@@ -544,6 +544,9 @@ Trunk (unreleased changes):
 
  BUG FIXES
 
+ AMBARI-1771. On clicking master component host on Oozie and Hive
+ service page javascript error is encountered.(jaimin)
+
  AMBARI-1767. Add ability to customize "ambari_qa" user. (smohanty)
 
  AMBARI-1770. Hue installation fails due to manifest errors. (swagle)

Modified: 
incubator/ambari/trunk/ambari-web/app/templates/main/service/info/summary/hive.hbs
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/templates/main/service/info/summary/hive.hbs?rev=1463655&r1=1463654&r2=1463655&view=diff
==============================================================================
--- 
incubator/ambari/trunk/ambari-web/app/templates/main/service/info/summary/hive.hbs
 (original)
+++ 
incubator/ambari/trunk/ambari-web/app/templates/main/service/info/summary/hive.hbs
 Tue Apr  2 18:08:23 2013
@@ -23,7 +23,7 @@
         {{view view.componentNameView compBinding="component"}}
       </td>
       <td>
-        <a href="#" {{action selectHost 
component.hostRaw}}>{{component.host.publicHostName}}</a>
+        <a href="#" {{action selectHost 
component.host}}>{{component.host.publicHostName}}</a>
       </td>
     </tr>
   {{/if}}

Modified: 
incubator/ambari/trunk/ambari-web/app/templates/main/service/info/summary/oozie.hbs
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/templates/main/service/info/summary/oozie.hbs?rev=1463655&r1=1463654&r2=1463655&view=diff
==============================================================================
--- 
incubator/ambari/trunk/ambari-web/app/templates/main/service/info/summary/oozie.hbs
 (original)
+++ 
incubator/ambari/trunk/ambari-web/app/templates/main/service/info/summary/oozie.hbs
 Tue Apr  2 18:08:23 2013
@@ -20,7 +20,7 @@
   {{#if component.isMaster}}
     <tr>
       <td class="summary-label">{{t common.servers}}</td>
-      <td><a {{action selectHost component.hostRaw}} 
href="javascript:void(null)">{{component.host.publicHostName}}</a></td>
+      <td><a {{action selectHost component.host}} 
href="javascript:void(null)">{{component.host.publicHostName}}</a></td>
     </tr>
   {{/if}}
 {{/each}}


Reply via email to