Get back the help link in admin menu.

Simply get back the link from HORIZON_CONFIG.help_url.
We can check in stein if this url can be set with a config file.

Closes-Bug: 1802980

Change-Id: I61eab25d477aa9f5f31235839d3f460b4023046a
Signed-off-by: Yan Chen <yan.chen@intel.com>
This commit is contained in:
Yan Chen 2019-01-17 01:32:35 +08:00
parent f7865d2e71
commit 7daa4c2631
1 changed files with 8 additions and 0 deletions

View File

@ -18,6 +18,14 @@
{% trans "Settings" %}
</a>
</li>
{% if HORIZON_CONFIG.help_url %}
<li>
<a href="{{ HORIZON_CONFIG.help_url }}" target="_blank">
<span class="fa fa-question-circle"></span>
{% trans "Help" %}
</a>
</li>
{% endif %}
<li>
<a href="{% url 'horizon:project:api_access:openrc' %}">
<span class="fa fa-download"></span>