You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ab...@apache.org on 2015/05/27 17:55:05 UTC

ambari git commit: AMBARI-11431 Customize Services - Current and Recommended Value Columns got swapped. (ababiichuk)

Repository: ambari
Updated Branches:
  refs/heads/trunk a245ce69a -> b5ce4e5f6


AMBARI-11431 Customize Services - Current and Recommended Value Columns got swapped. (ababiichuk)


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

Branch: refs/heads/trunk
Commit: b5ce4e5f68a53767fadeda2654fbdb4d85f13154
Parents: a245ce6
Author: aBabiichuk <ab...@hortonworks.com>
Authored: Wed May 27 18:54:58 2015 +0300
Committer: aBabiichuk <ab...@hortonworks.com>
Committed: Wed May 27 18:54:58 2015 +0300

----------------------------------------------------------------------
 ambari-web/app/messages.js                                       | 4 ++--
 .../app/templates/common/modal_popups/dependent_configs_list.hbs | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/b5ce4e5f/ambari-web/app/messages.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js
index 54263e1..8ba4c6f 100644
--- a/ambari-web/app/messages.js
+++ b/ambari-web/app/messages.js
@@ -360,8 +360,8 @@ Em.I18n.translations = {
   'popup.dependent.configs.header': 'Dependent Configurations',
   'popup.dependent.configs.title': 'Configurations depending on changes made are show below. It is recommended to update these values. Properties that are not selected have user supplied value different than the recommendation',
   'popup.dependent.configs.table.saveProperty': 'Save property',
-  'popup.dependent.configs.table.currentValue': 'Current value',
-  'popup.dependent.configs.table.recommendedValue': 'Recommended',
+  'popup.dependent.configs.table.initValue': 'Initial value',
+  'popup.dependent.configs.table.recommendedValue': 'Recommended value',
 
   'popup.dependent.configs.select.config.group.header': 'Select Config Group',
   'popup.dependent.configs.select.config.group': 'Please select to which config group would you like to save dependent properties',

http://git-wip-us.apache.org/repos/asf/ambari/blob/b5ce4e5f/ambari-web/app/templates/common/modal_popups/dependent_configs_list.hbs
----------------------------------------------------------------------
diff --git a/ambari-web/app/templates/common/modal_popups/dependent_configs_list.hbs b/ambari-web/app/templates/common/modal_popups/dependent_configs_list.hbs
index f44983c..ba3b240 100644
--- a/ambari-web/app/templates/common/modal_popups/dependent_configs_list.hbs
+++ b/ambari-web/app/templates/common/modal_popups/dependent_configs_list.hbs
@@ -28,7 +28,7 @@
       <th>{{t common.service}}</th>
       <th>{{t common.configGroup}}</th>
       <th>{{t common.fileName}}</th>
-      <th>{{t popup.dependent.configs.table.currentValue}}</th>
+      <th>{{t popup.dependent.configs.table.initValue}}</th>
       <th>{{t popup.dependent.configs.table.recommendedValue}}</th>
     </tr>
     </thead>