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 <[email protected]>
Authored: Tue May 26 11:44:24 2015 +0300
Committer: aBabiichuk <[email protected]>
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}}

Reply via email to