diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2020-03-09 16:48:07 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2020-03-09 16:48:07 +0000 |
commit | 0f2c9fc6fddb7a1e435ab7d1ca8962383a7cc731 (patch) | |
tree | 66f7ca0a1044c2eecc78e191faf3e77e193d4b84 /ctrack/caf | |
parent | a6afdd43f465099a8b77d72102bf44851b6960e1 (diff) |
added CDN install of DataTables
Diffstat (limited to 'ctrack/caf')
-rw-r--r-- | ctrack/caf/templates/caf/applicablesystem_list.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ctrack/caf/templates/caf/applicablesystem_list.html b/ctrack/caf/templates/caf/applicablesystem_list.html index a2e7c43..f0ba634 100644 --- a/ctrack/caf/templates/caf/applicablesystem_list.html +++ b/ctrack/caf/templates/caf/applicablesystem_list.html @@ -4,12 +4,14 @@ {% block title %}Applicable Systems{% endblock %} {% block content %} + + <div class="container"> <div class="row"> <div class="col-sm-12"> <h3>Applicable Systems</h3> - <table class="table-sm table-striped table-bordered"> + <table id="datatable" class="display" style="width:100%"> <thead> <tr> <th>Organisation</th> |