Skip to content

Commit

Permalink
add new url
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy201602 committed Mar 18, 2018
1 parent c295832 commit dc8f5a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ <h3>
<li class="active"><a href="{% url 'grouplist' %}"><i class="fa fa-crop"></i> {%trans 'group list' %}</a></li>
<li class="active"><a href="{% url 'commandslist' %}"><i class="fa fa-list"></i> {%trans 'commands list' %}</a></li>
<li class="active"><a href="{% url 'sshlogslist' %}"><i class="fa fa-tv"></i> {%trans 'log list' %}</a></li>
<li class="active"><a href="{% url 'userlist' %}"><i class="fa fa-user"></i> {%trans 'user list' %}</a></li>
</ul>
</li>
</ul>
Expand Down

0 comments on commit dc8f5a6

Please sign in to comment.