|
|
@ -25,14 +25,14 @@ |
|
|
</a> |
|
|
</a> |
|
|
{% if order_by == 'ip_address' %}<span class="glyphicon glyphicon-filter"></span>{% endif %} |
|
|
{% if order_by == 'ip_address' %}<span class="glyphicon glyphicon-filter"></span>{% endif %} |
|
|
</th> |
|
|
</th> |
|
|
<th class="col-md-5"> |
|
|
|
|
|
|
|
|
<th class="col-md-4"> |
|
|
<a href="{% url 'devapp:devs' group.pk %}?{% url_order_by request order_by='comment' %}"> |
|
|
<a href="{% url 'devapp:devs' group.pk %}?{% url_order_by request order_by='comment' %}"> |
|
|
{% trans 'Comment' %} |
|
|
{% trans 'Comment' %} |
|
|
</a> |
|
|
</a> |
|
|
{% if order_by == 'comment' %}<span class="glyphicon glyphicon-filter"></span>{% endif %} |
|
|
{% if order_by == 'comment' %}<span class="glyphicon glyphicon-filter"></span>{% endif %} |
|
|
</th> |
|
|
</th> |
|
|
<th class="col-md-3">{% trans 'Mac address' %}</th> |
|
|
<th class="col-md-3">{% trans 'Mac address' %}</th> |
|
|
<th class="col-md-1"> |
|
|
|
|
|
|
|
|
<th class="col-md-2"> |
|
|
<a href="{% url 'devapp:devs' group.pk %}?{% url_order_by request order_by='devtype' %}"> |
|
|
<a href="{% url 'devapp:devs' group.pk %}?{% url_order_by request order_by='devtype' %}"> |
|
|
{% trans 'Device type' %} |
|
|
{% trans 'Device type' %} |
|
|
</a> |
|
|
</a> |
|
|
|