소스 검색

HUE-7964 [core] Do not crash on admin wizard page when oozie is blacklisted

Romain Rigaux 7 년 전
부모
커밋
c4a10db
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      apps/about/src/about/templates/admin_wizard.mako

+ 1 - 1
apps/about/src/about/templates/admin_wizard.mako

@@ -139,7 +139,7 @@ ${ layout.menubar(section='quick_start') }
                     </a>
                   </li>
               % endif
-              % if IS_HUE_4.get():
+              % if IS_HUE_4.get() and 'oozie' in app_names:
                   <li>
                     <a href="javascript:void(0)" class="installBtn" data-loading-text="${ _('Installing...') }"
                        data-sample-url="${ url('oozie:install_examples') }">