You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by wu...@apache.org on 2022/11/09 08:42:46 UTC

[ambari] branch trunk updated: AMBARI-25318: Regenerate Key tabs action is missing from Service Action list (#3463)

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

wuzhiguo pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 5e49f6237e AMBARI-25318: Regenerate Key tabs action is missing from Service Action list (#3463)
5e49f6237e is described below

commit 5e49f6237ee906e9a7437d7ac5792f0dc9647343
Author: Zhiguo Wu <wu...@apache.org>
AuthorDate: Wed Nov 9 16:42:40 2022 +0800

    AMBARI-25318: Regenerate Key tabs action is missing from Service Action list (#3463)
---
 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 aa7646c57e..428bca3a16 100644
--- a/ambari-web/app/models/host_component.js
+++ b/ambari-web/app/models/host_component.js
@@ -391,7 +391,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',


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ambari.apache.org
For additional commands, e-mail: commits-help@ambari.apache.org