浏览代码

AMBARI-1640: Erroneos property is not highlighted while landing on step7 of Installer wizard. (jaimin)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1456595 13f79535-47bb-0310-9956-ffa450edef68
Jaimin Jetly 12 年之前
父节点
当前提交
d7e7b8df18
共有 2 个文件被更改,包括 5 次插入2 次删除
  1. 3 0
      CHANGES.txt
  2. 2 2
      ambari-web/app/templates/common/configs/service_config.hbs

+ 3 - 0
CHANGES.txt

@@ -490,6 +490,9 @@ Trunk (unreleased changes):
 
 
  BUG FIXES
  BUG FIXES
 
 
+ AMBARI-1640. Erroneos property is not highlighted while landing on step7
+ of Installer wizard. (jaimin)
+
  AMBARI-1637. JCE test for policy files fails during secure install. (swagle)
  AMBARI-1637. JCE test for policy files fails during secure install. (swagle)
 
 
  AMBARI-1621. Config/Reconfig UI should not allow certain configs to have
  AMBARI-1621. Config/Reconfig UI should not allow certain configs to have

+ 2 - 2
ambari-web/app/templates/common/configs/service_config.hbs

@@ -31,12 +31,12 @@
 
 
                   {{#each view.filteredCategoryConfigs}}
                   {{#each view.filteredCategoryConfigs}}
                       <div class="entry-row">
                       <div class="entry-row">
-                          <span class="control-group control-label-span" {{bindAttr class="errorMessage:error:"}}>
+                          <span {{bindAttr class="errorMessage:error: :control-group :control-label-span"}}>
                             <label class="control-label">{{displayName}}</label>
                             <label class="control-label">{{displayName}}</label>
                           </span>
                           </span>
                           <div class="controls">
                           <div class="controls">
                             {{! Here serviceConfigBinding should ideally be serviceConfigPropertyBinding }}
                             {{! Here serviceConfigBinding should ideally be serviceConfigPropertyBinding }}
-                              <div class="control-group" {{bindAttr class="errorMessage:error:"}}>
+                              <div {{bindAttr class="errorMessage:error: :control-group"}}>
                                 {{view viewClass serviceConfigBinding="this" categoryConfigsBinding="view.categoryConfigs" }}
                                 {{view viewClass serviceConfigBinding="this" categoryConfigsBinding="view.categoryConfigs" }}
                                 {{#if isOverridable}}
                                 {{#if isOverridable}}
                                     <a class="action" {{action "createOverrideProperty" this target="view" }} ><i class="icon-plus-sign"></i>Exception</a>
                                     <a class="action" {{action "createOverrideProperty" this target="view" }} ><i class="icon-plus-sign"></i>Exception</a>