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/26 10:47:40 UTC

[1/2] ambari git commit: AMBARI-11384 Its not clear why some are selected and some are not. (ababiichuk)

Repository: ambari
Updated Branches:
  refs/heads/trunk af7cc7480 -> f2be7c501


AMBARI-11384 Its not clear why some are selected and some are not. (ababiichuk)


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

Branch: refs/heads/trunk
Commit: c6f5ecdbdb06064abc251d678cb0c81e454d8b98
Parents: af7cc74
Author: aBabiichuk <ab...@cybervisiontech.com>
Authored: Tue May 26 11:44:08 2015 +0300
Committer: aBabiichuk <ab...@cybervisiontech.com>
Committed: Tue May 26 11:44:08 2015 +0300

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/c6f5ecdb/ambari-web/app/messages.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js
index d49169d..1ca9756 100644
--- a/ambari-web/app/messages.js
+++ b/ambari-web/app/messages.js
@@ -358,7 +358,7 @@ Em.I18n.translations = {
   'popup.invalid.KDC.admin.password': 'Admin password',
 
   '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',
+  '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',


[2/2] ambari git commit: AMBARI-11385 Some recommendations are confusing - the value is empty and recommendation is removed. (ababiichuk)

Posted by ab...@apache.org.
AMBARI-11385 Some recommendations are confusing - the value is empty and recommendation is removed. (ababiichuk)


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

Branch: refs/heads/trunk
Commit: f2be7c501fe247e0787b37b12b6af9e2e19bda76
Parents: c6f5ecd
Author: aBabiichuk <ab...@cybervisiontech.com>
Authored: Tue May 26 11:44:24 2015 +0300
Committer: aBabiichuk <ab...@cybervisiontech.com>
Committed: Tue May 26 11:44:24 2015 +0300

----------------------------------------------------------------------
 .../app/templates/common/modal_popups/dependent_configs_list.hbs   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/f2be7c50/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 d53a133..f44983c 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
@@ -48,7 +48,7 @@
         <td>{{config.value}}</td>
         <td>
           {{#if config.isDeleted}}
-            {{t common.removed}}
+            <i>{{t common.removed}}</i>
           {{else}}
             {{config.recommendedValue}}
           {{/if}}