Repository: ambari Updated Branches: refs/heads/trunk 9cea058fb -> 7a082ecd7
AMBARI-9129 Configs: unable to perform compare in Hive configs. (atkach) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/7a082ecd Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/7a082ecd Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/7a082ecd Branch: refs/heads/trunk Commit: 7a082ecd742695187372f49676d20356115f8acc Parents: 9cea058 Author: Andrii Tkach <[email protected]> Authored: Wed Jan 14 19:55:36 2015 +0200 Committer: Andrii Tkach <[email protected]> Committed: Thu Jan 15 12:59:55 2015 +0200 ---------------------------------------------------------------------- ambari-web/app/templates/common/configs/compare_property.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/7a082ecd/ambari-web/app/templates/common/configs/compare_property.hbs ---------------------------------------------------------------------- diff --git a/ambari-web/app/templates/common/configs/compare_property.hbs b/ambari-web/app/templates/common/configs/compare_property.hbs index 04667f4..a5e17dd 100644 --- a/ambari-web/app/templates/common/configs/compare_property.hbs +++ b/ambari-web/app/templates/common/configs/compare_property.hbs @@ -18,7 +18,7 @@ {{#each compareConfig in view.serviceConfigProperty.compareConfigs}} <div {{bindAttr class=":control-group :overrideField"}}> - {{view compareConfig.viewClass serviceConfigBinding="compareConfig"}} + {{view compareConfig.viewClass serviceConfigBinding="compareConfig" categoryConfigsAllBinding="view.parentView.categoryConfigsAll"}} <span class="label label-info">{{compareConfig.serviceVersion.versionText}}</span> {{#if compareConfig.serviceVersion.isCurrent}} <span class="label label-success">{{t common.current}}</span>
