modify dashboard error about systemconfig

Change-Id: I84999362df71071e9041e3dac7ca7dc0f6a75730
Signed-off-by: Jing SUN<sun.jing22@zte.com.cn>
This commit is contained in:
Zhou Ya 2016-09-19 17:25:06 +08:00 committed by JingSun
parent ad4cd59bd3
commit 128be43edd

View File

@ -43,7 +43,7 @@
</a>
<ul class="dropdown-menu" aria-labelledby="dLabel">
<li><a href="{% url 'horizon:environment:system:index' %}">{% trans "Backup And Restore" %}</a></li>
<li><a href="{% url 'horizon:environment:system:systemconfig' %}">{% trans "System Config" %}</a></li>
<li><a href="">{% trans "System Config" %}</a></li>
</ul>
</div>
{% include "_header.html" %}