Преглед изворни кода

HUE-8330 [connectors] Add link to config page and documentation

Romain Rigaux пре 6 година
родитељ
комит
ec04a50637
1 измењених фајлова са 5 додато и 3 уклоњено
  1. 5 3
      apps/about/src/about/templates/admin_wizard.mako

+ 5 - 3
apps/about/src/about/templates/admin_wizard.mako

@@ -73,11 +73,13 @@ ${ layout.menubar(section='quick_start') }
           </div>
 
           <div id="step2" class="stepDetails hide">
-            <h3>${ _('Configure connectors to data services') }</h3>
+            <h3>${ _('Connectors to data services') }</h3>
             % if CONNECTORS.IS_ENABLED.get():
-              <a href="${ url('desktop.lib.connectors.views.index') }"><i class="fa fa-exchange"></i> ${ _('Connectors') }</a>
+              <a href="${ url('desktop.lib.connectors.views.index') }"><i class="fa fa-exchange"></i> ${ _('Configure') }</a>
             % else:
-              <a href="http://gethue.com" target="_blank"><i class="fa fa-exchange"></i> ${ _('Connectors') }</a>
+              <a href=" url('desktop.views.dump_config') " target="_blank">${ _('Configuration') }</a>
+              <br>
+              <a href="http://gethue.com" target="_blank"> ${ _('Documentation') }</a>
             % endif
           </div>