1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Allow responsive tables (#1124)

* Make tables responsive #1115

Resolves #1115
This commit is contained in:
Brian Ellwood
2017-05-03 14:30:05 -04:00
committed by Jeremy Stretch
parent 11d1a8c3cf
commit 4035b87693
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{% extends 'django_tables2/table.html' %} {% extends 'django_tables2/boostrap-responsive.html' %}
{% load django_tables2 %} {% load django_tables2 %}
{# Extends the stock django_tables2 template to provide custom formatting of the pagination controls #} {# Extends the stock django_tables2 template to provide custom formatting of the pagination controls #}

View File

@ -5,7 +5,7 @@ django-debug-toolbar>=1.6
django-filter>=1.0.1 django-filter>=1.0.1
django-mptt==0.8.7 django-mptt==0.8.7
django-rest-swagger>=2.1.0 django-rest-swagger>=2.1.0
django-tables2>=1.2.5 django-tables2>=1.6.0
djangorestframework>=3.5.0 djangorestframework>=3.5.0
graphviz>=0.4.10 graphviz>=0.4.10
Markdown>=2.6.7 Markdown>=2.6.7