Jelajahi Sumber

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

aBabiichuk 10 tahun lalu
induk
melakukan
f2be7c501f

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