You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sm...@apache.org on 2016/12/09 21:57:36 UTC

[44/51] [abbrv] ambari git commit: AMBARI-19148 Wrong filter groups names "Missing translation" on "Upgrade history" tab of Stack and Versions. (atkach)

AMBARI-19148 Wrong filter groups names "Missing translation" on "Upgrade history" tab of Stack and Versions. (atkach)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/54da8c27
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/54da8c27
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/54da8c27

Branch: refs/heads/branch-feature-AMBARI-18901
Commit: 54da8c27c97fd1f9ff2c3bc8af5c9b882608d5aa
Parents: 6150f95
Author: Andrii Tkach <at...@apache.org>
Authored: Fri Dec 9 14:24:38 2016 +0200
Committer: Andrii Tkach <at...@apache.org>
Committed: Fri Dec 9 14:24:38 2016 +0200

----------------------------------------------------------------------
 ambari-web/app/messages.js | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/54da8c27/ambari-web/app/messages.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js
index 945acfb..974b543 100644
--- a/ambari-web/app/messages.js
+++ b/ambari-web/app/messages.js
@@ -1756,6 +1756,8 @@ Em.I18n.translations = {
   'admin.stackVersions.upgradeHistory.filter.successful.downgrade': 'Successful Downgrade ({0})',
   'admin.stackVersions.upgradeHistory.filter.aborted.upgrade': 'Aborted Upgrade ({0})',
   'admin.stackVersions.upgradeHistory.filter.aborted.downgrade': 'Aborted Downgrade ({0})',
+  'admin.stackVersions.upgradeHistory.filter.failed.upgrade': 'Failed Upgrade ({0})',
+  'admin.stackVersions.upgradeHistory.filter.failed.downgrade': 'Failed Downgrade ({0})',
   'admin.stackVersions.upgradeHistory.no.history': 'No upgrade/downgrade history available',
   'admin.stackVersions.upgradeHistory.record.title': '{0} {1} to {2}',