소스 검색

AMBARI-15705: Activate Standby option should not be shown on HAWQ Standby component on host summary page (mithmatt)

Matt 9 년 전
부모
커밋
79c0a4f350
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      ambari-web/app/models/host_component.js

+ 2 - 1
ambari-web/app/models/host_component.js

@@ -430,7 +430,8 @@ App.HostComponentActionMap = {
         context: Em.I18n.t('admin.activateHawqStandby.button.enable'),
         cssClass: 'icon-arrow-up',
         isHidden: App.get('isSingleNode') || !HS,
-        disabled: false
+        disabled: false,
+        hideFromComponentView: true
       },
       HAWQ_CLEAR_CACHE: {
         action: 'executeHawqCustomCommand',