You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2019/06/21 14:49:48 UTC

[ambari] branch branch-2.7 updated: AMBARI-25318. Regenerate Key tabs action is missing from Service Action list

This is an automated email from the ASF dual-hosted git repository.

alexantonenko pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-2.7 by this push:
     new 28976bd  AMBARI-25318. Regenerate Key tabs action is missing from Service Action list
     new 46ec7c5  Merge pull request #3025 from hiveww/AMBARI-25318-branch-2.7
28976bd is described below

commit 28976bd70ddee9cd1c29a6630043761ccee8068c
Author: Alex Antonenko <aa...@hortonworks.com>
AuthorDate: Wed Jun 19 22:49:59 2019 +0300

    AMBARI-25318. Regenerate Key tabs action is missing from Service Action list
---
 ambari-web/app/models/host_component.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ambari-web/app/models/host_component.js b/ambari-web/app/models/host_component.js
index 1c5a933..e63be0d 100644
--- a/ambari-web/app/models/host_component.js
+++ b/ambari-web/app/models/host_component.js
@@ -372,7 +372,7 @@ App.HostComponentActionMap = {
         action: 'regenerateKeytabFileOperations',
         label: Em.I18n.t('admin.kerberos.button.regenerateKeytabs'),
         cssClass: 'glyphicon glyphicon-repeat',
-        isHidden: !App.get('isKerberosEnabled') || Em.computed.bool('App.router.mainAdminKerberosController.isManualKerberos')
+        isHidden: !App.get('isKerberosEnabled') || App.get('router.mainAdminKerberosController.isManualKerberos')
       },
       REFRESHQUEUES: {
         action: 'refreshYarnQueues',