Skip to content
Snippets Groups Projects
Commit b775ff2d authored by Valentin Groues's avatar Valentin Groues :eyes:
Browse files

make subjects table compatible with 1680x1050 resolution - fixes #102

parent fd954dfd
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -27,7 +27,7 @@
</div>
<div class="box-body">
<table id="table" class="table table-bordered table-striped">
<table id="table" class="table table-bordered table-striped table-responsive">
<thead>
<tr>
<th>ND</th>
......@@ -113,6 +113,7 @@
stateSave: true,
serverSide: true,
processing: true,
responsive: true,
ajax: "{% url 'web.api.subjects' list_type %}",
columns: [
{"data": "nd_number"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment