You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by vg...@apache.org on 2012/05/15 04:19:47 UTC

svn commit: r1338507 - in /incubator/ambari/branches/ambari-186: CHANGES.txt mon_dashboard/src/ui/js/common.js

Author: vgogate
Date: Tue May 15 02:19:47 2012
New Revision: 1338507

URL: http://svn.apache.org/viewvc?rev=1338507&view=rev
Log:
AMBARI-223: Add troubleshoot link in the Alerts table to provide documentation for debugging/resolving the alerts by vgogate

Modified:
    incubator/ambari/branches/ambari-186/CHANGES.txt
    incubator/ambari/branches/ambari-186/mon_dashboard/src/ui/js/common.js

Modified: incubator/ambari/branches/ambari-186/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/ambari-186/CHANGES.txt?rev=1338507&r1=1338506&r2=1338507&view=diff
==============================================================================
--- incubator/ambari/branches/ambari-186/CHANGES.txt (original)
+++ incubator/ambari/branches/ambari-186/CHANGES.txt Tue May 15 02:19:47 2012
@@ -2,6 +2,8 @@ Ambari Change log
 
 Release 0.x.x - unreleased
 
+  AMBARI-223. Add troubleshoot link in the Alerts table to provide documentation for debugging/resolving the alerts (vgogate)
+
   AMBARI-222. Remove the word alert from all the Nagios alerts descriptions. (vgogate)
 
   AMBARI-221. Service fails to set its state to failed if a component fails to be acted upon (Hitesh via vgogate)

Modified: incubator/ambari/branches/ambari-186/mon_dashboard/src/ui/js/common.js
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/ambari-186/mon_dashboard/src/ui/js/common.js?rev=1338507&r1=1338506&r2=1338507&view=diff
==============================================================================
--- incubator/ambari/branches/ambari-186/mon_dashboard/src/ui/js/common.js (original)
+++ incubator/ambari/branches/ambari-186/mon_dashboard/src/ui/js/common.js Tue May 15 02:19:47 2012
@@ -754,9 +754,9 @@
 
           // Refresh the caption to indicate service name.
           if(page == "HDFS" || page == "MAPREDUCE" || page == "HBASE"){
-            $("#alertsGrid").jqGrid('setCaption',"Configured Alerts");
+            $("#alertsGrid").jqGrid('setCaption',"Configured Alerts (<a href=\"http://hortonworks.com\">troubleshoot?</a>)");
           } else {
-            $("#alertsGrid").jqGrid('setCaption',targetId+" Alerts");
+            $("#alertsGrid").jqGrid('setCaption',targetId+" Alerts (<a href=\"http://hortonworks.com\">troubleshoot?</a>)");
           }
           
           // Populate Alerts Grid