AMBARI-16903. View Config: Wrong replace of cluster name string in inherit 
section (alexantonenko)


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

Branch: refs/heads/branch-2.4
Commit: 08a7ea846e2e092a05e5c28ae88a8d70493a1ca1
Parents: 4e8cfd4
Author: Alex Antonenko <[email protected]>
Authored: Thu May 26 19:56:51 2016 +0300
Committer: Alex Antonenko <[email protected]>
Committed: Thu May 26 20:08:56 2016 +0300

----------------------------------------------------------------------
 .../main/resources/ui/admin-web/app/views/ambariViews/edit.html    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/08a7ea84/ambari-admin/src/main/resources/ui/admin-web/app/views/ambariViews/edit.html
----------------------------------------------------------------------
diff --git 
a/ambari-admin/src/main/resources/ui/admin-web/app/views/ambariViews/edit.html 
b/ambari-admin/src/main/resources/ui/admin-web/app/views/ambariViews/edit.html
index 7a4ca0b..f6facb5 100644
--- 
a/ambari-admin/src/main/resources/ui/admin-web/app/views/ambariViews/edit.html
+++ 
b/ambari-admin/src/main/resources/ui/admin-web/app/views/ambariViews/edit.html
@@ -279,7 +279,7 @@
     </div>
     <div ng-show="!isPermissionsEmpty && (data.clusterType == 'LOCAL_AMBARI') 
&& editConfigurationDisabled">
       <div class="col-sm-12">
-        <span translate="views.clusterPermissions.infoMessage" 
translate-values="{cluster: cluster}"></span>
+        <span translate="views.clusterPermissions.infoMessage" 
translate-values="{cluster: cluster.name}"></span>
       </div>
       <div class="col-sm-offset-2 col-sm-10">
         <div class="checkbox col-sm-12" ng-repeat="key in 
clusterInheritedPermissionKeys">

Reply via email to