Ver código fonte

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

Romain 5 anos atrás
pai
commit
f40198dbe4

+ 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