Browse Source

fix width

devel
Dmitry Novikov 7 years ago
parent
commit
d60a99a1bd
  1. 4
      devapp/templates/devapp/devices.html

4
devapp/templates/devapp/devices.html

@ -25,14 +25,14 @@
</a>
{% if order_by == 'ip_address' %}<span class="glyphicon glyphicon-filter"></span>{% endif %}
</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' %}">
{% trans 'Comment' %}
</a>
{% if order_by == 'comment' %}<span class="glyphicon glyphicon-filter"></span>{% endif %}
</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' %}">
{% trans 'Device type' %}
</a>

Loading…
Cancel
Save