浏览代码

AMBARI-11385 Some recommendations are confusing - the value is empty and recommendation is removed. (ababiichuk)

aBabiichuk 10 年之前
父节点
当前提交
f2be7c501f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ambari-web/app/templates/common/modal_popups/dependent_configs_list.hbs

+ 1 - 1
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}}