You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2015/03/02 20:00:15 UTC

ambari git commit: Revert "AMBARI-9862. Keytab field is not shown correctly (alexantonenko)"

Repository: ambari
Updated Branches:
  refs/heads/trunk d54457c20 -> 8793f44a7


Revert "AMBARI-9862. Keytab field is not shown correctly (alexantonenko)"

This reverts commit 95de72e248bcaf621e045177b4e1a440f7302128.


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

Branch: refs/heads/trunk
Commit: 8793f44a7582d7df12684c70d99fad7304317737
Parents: d54457c
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Mon Mar 2 11:00:06 2015 -0800
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Mon Mar 2 11:00:06 2015 -0800

----------------------------------------------------------------------
 .../app/scripts/controllers/ambariViews/CreateViewInstanceCtrl.js   | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/8793f44a/ambari-admin/src/main/resources/ui/admin-web/app/scripts/controllers/ambariViews/CreateViewInstanceCtrl.js
----------------------------------------------------------------------
diff --git a/ambari-admin/src/main/resources/ui/admin-web/app/scripts/controllers/ambariViews/CreateViewInstanceCtrl.js b/ambari-admin/src/main/resources/ui/admin-web/app/scripts/controllers/ambariViews/CreateViewInstanceCtrl.js
index 37b705a..71a21a7 100644
--- a/ambari-admin/src/main/resources/ui/admin-web/app/scripts/controllers/ambariViews/CreateViewInstanceCtrl.js
+++ b/ambari-admin/src/main/resources/ui/admin-web/app/scripts/controllers/ambariViews/CreateViewInstanceCtrl.js
@@ -31,7 +31,6 @@ angular.module('ambariAdminConsole')
 
       angular.forEach(parameters, function (item) {
         item.value = item['defaultValue'];
-        item.name = item.name.replace(/\./g, '\.\u200B');
       });
 
       $scope.instance = {