Repository: ambari Updated Branches: refs/heads/branch-2.5 6150f9567 -> 54da8c27c
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-2.5 Commit: 54da8c27c97fd1f9ff2c3bc8af5c9b882608d5aa Parents: 6150f95 Author: Andrii Tkach <[email protected]> Authored: Fri Dec 9 14:24:38 2016 +0200 Committer: Andrii Tkach <[email protected]> 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}',
