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/04/18 03:44:01 UTC

svn commit: r1469126 - in /incubator/ambari/trunk: CHANGES.txt ambari-web/app/messages.js

Author: yusaku
Date: Thu Apr 18 01:44:01 2013
New Revision: 1469126

URL: http://svn.apache.org/r1469126
Log:
AMBARI-1958. Update alert icon legend on Hosts page.  (yusaku)

Modified:
    incubator/ambari/trunk/CHANGES.txt
    incubator/ambari/trunk/ambari-web/app/messages.js

Modified: incubator/ambari/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1469126&r1=1469125&r2=1469126&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Thu Apr 18 01:44:01 2013
@@ -264,6 +264,8 @@ Trunk (unreleased changes):
 
  IMPROVEMENTS
 
+ AMBARI-1958. Update alert icon legend on Hosts page. (yusaku)
+
  AMBARI-1955. Add ability to turn on/off HUE support. (yusaku)
 
  AMBARI-1941. Create a flag to toggle the support for multiple

Modified: incubator/ambari/trunk/ambari-web/app/messages.js
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/messages.js?rev=1469126&r1=1469125&r2=1469126&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/messages.js (original)
+++ incubator/ambari/trunk/ambari-web/app/messages.js Thu Apr 18 01:44:01 2013
@@ -860,7 +860,7 @@ Em.I18n.translations = {
   'hosts.host.healthStatusCategory.orange': "Slave Down",
   'hosts.host.healthStatusCategory.yellow': "No Heartbeat",
   'hosts.host.alerts.label': 'Alerts',
-  'hosts.host.alerts.st':'a!',
+  'hosts.host.alerts.st':' ! ',
   'hosts.decommission.popup.body':'Are you sure?',
   'hosts.decommission.popup.header':'Confirmation',
   'hosts.delete.popup.body':'Are you sure?',