Author: jaimin
Date: Thu Mar 14 18:24:29 2013
New Revision: 1456595
URL: http://svn.apache.org/r1456595
Log:
AMBARI-1640: Erroneos property is not highlighted while landing on step7 of
Installer wizard. (jaimin)
Modified:
incubator/ambari/trunk/CHANGES.txt
incubator/ambari/trunk/ambari-web/app/templates/common/configs/service_config.hbs
Modified: incubator/ambari/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1456595&r1=1456594&r2=1456595&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Thu Mar 14 18:24:29 2013
@@ -490,6 +490,9 @@ Trunk (unreleased changes):
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-1621. Config/Reconfig UI should not allow certain configs to have
Modified:
incubator/ambari/trunk/ambari-web/app/templates/common/configs/service_config.hbs
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/templates/common/configs/service_config.hbs?rev=1456595&r1=1456594&r2=1456595&view=diff
==============================================================================
---
incubator/ambari/trunk/ambari-web/app/templates/common/configs/service_config.hbs
(original)
+++
incubator/ambari/trunk/ambari-web/app/templates/common/configs/service_config.hbs
Thu Mar 14 18:24:29 2013
@@ -31,12 +31,12 @@
{{#each view.filteredCategoryConfigs}}
<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>
</span>
<div class="controls">
{{! 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" }}
{{#if isOverridable}}
<a class="action" {{action
"createOverrideProperty" this target="view" }} ><i
class="icon-plus-sign"></i>Exception</a>