Forráskód Böngészése

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

Romain 5 éve
szülő
commit
f40198dbe4
1 módosított fájl, 2 hozzáadás és 0 törlés
  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