You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sr...@apache.org on 2015/04/27 22:10:01 UTC

ambari git commit: AMBARI-10775. Some configs have duplicated labels on enhanced tab.

Repository: ambari
Updated Branches:
  refs/heads/trunk ea080a259 -> 35a99761e


AMBARI-10775. Some configs have duplicated labels on enhanced tab.


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/35a99761
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/35a99761
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/35a99761

Branch: refs/heads/trunk
Commit: 35a99761ef38c13054c677fe7156f56ed47d4931
Parents: ea080a2
Author: Srimanth Gunturi <sg...@hortonworks.com>
Authored: Mon Apr 27 12:40:18 2015 -0700
Committer: Srimanth Gunturi <sg...@hortonworks.com>
Committed: Mon Apr 27 12:40:24 2015 -0700

----------------------------------------------------------------------
 .../common/configs/widgets/directory_config_widget.hbs          | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/35a99761/ambari-web/app/templates/common/configs/widgets/directory_config_widget.hbs
----------------------------------------------------------------------
diff --git a/ambari-web/app/templates/common/configs/widgets/directory_config_widget.hbs b/ambari-web/app/templates/common/configs/widgets/directory_config_widget.hbs
index 346330a..d8d1483 100644
--- a/ambari-web/app/templates/common/configs/widgets/directory_config_widget.hbs
+++ b/ambari-web/app/templates/common/configs/widgets/directory_config_widget.hbs
@@ -21,13 +21,10 @@
     <div class="clearfix"></div>
     <span class="widget-config-label">{{view.config.displayName}}</span>
   {{/if}}
-    {{#if view.isOriginalSCP}}
-      <span class="widget-config-label">{{view.config.displayName}}</span>
-    {{/if}}
    <div class="directory-textarea-wrapper">
      {{view view.configView}}
    </div>
    <div class="right">
      {{template "templates/common/configs/widgets/controls"}}
    </div>
-</div>
\ No newline at end of file
+</div>