Ver Fonte

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

Romain há 5 anos atrás
pai
commit
f40198dbe4
1 ficheiros alterados com 2 adições e 0 exclusões
  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