Skip to content

Commit

Permalink
Allow responsive tables (#1124)
Browse files Browse the repository at this point in the history
* Make tables responsive #1115

Resolves #1115
  • Loading branch information
bellwood authored and jeremystretch committed May 3, 2017
1 parent 11d1a8c commit 4035b87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion netbox/templates/table.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends 'django_tables2/table.html' %}
{% extends 'django_tables2/boostrap-responsive.html' %}
{% load django_tables2 %}

{# Extends the stock django_tables2 template to provide custom formatting of the pagination controls #}
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ django-debug-toolbar>=1.6
django-filter>=1.0.1
django-mptt==0.8.7
django-rest-swagger>=2.1.0
django-tables2>=1.2.5
django-tables2>=1.6.0
djangorestframework>=3.5.0
graphviz>=0.4.10
Markdown>=2.6.7
Expand Down

0 comments on commit 4035b87

Please sign in to comment.