소스 검색

HUE-8888 [admin] Link to configuration section when hitting misconfig

Romain 5 년 전
부모
커밋
f40198dbe4
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      desktop/core/src/desktop/templates/check_config.mako

+ 2 - 0
desktop/core/src/desktop/templates/check_config.mako

@@ -29,7 +29,9 @@ from desktop.auth.backend import is_hue_admin
 
 % if error_list:
   <div class="alert alert-warn">
+    <a href="https://docs.gethue.com/administrator/configuration/" target="_blank">
     ${ _('Potential misconfiguration detected.') }
+    </a>
     % if not has_connectors():
       ${ _('Fix and restart Hue.') }
     % endif