[Bugfix] 修复菜单选中bug

pull/2140/head
ibuler 2018-12-10 19:54:50 +08:00
parent c7510bcf19
commit 76aadad6fe
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
</a> </a>
<ul class="nav nav-second-level"> <ul class="nav nav-second-level">
<li id="task"><a href="{% url 'ops:task-list' %}">{% trans 'Task list' %}</a></li> <li id="task"><a href="{% url 'ops:task-list' %}">{% trans 'Task list' %}</a></li>
<li id="command-execution-start"><a href="{% url 'ops:command-execution-start' %}">{% trans 'Command execution' %}</a></li> <li id="command-execution"><a href="{% url 'ops:command-execution-start' %}">{% trans 'Command execution' %}</a></li>
</ul> </ul>
</li> </li>
<li id="audits"> <li id="audits">