diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2020-03-09 17:41:46 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2020-03-09 17:41:46 +0000 |
commit | ea1d48ab0a327ec9a2ce6f18989cd1ca5e1dbba5 (patch) | |
tree | a6605f195f0a2a03838c60c5746ce673c7b7d490 /ctrack/caf | |
parent | 0f2c9fc6fddb7a1e435ab7d1ca8962383a7cc731 (diff) |
better formatting for table using Datatables
Diffstat (limited to '')
-rw-r--r-- | ctrack/caf/templates/caf/applicablesystem_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctrack/caf/templates/caf/applicablesystem_list.html b/ctrack/caf/templates/caf/applicablesystem_list.html index f0ba634..985960a 100644 --- a/ctrack/caf/templates/caf/applicablesystem_list.html +++ b/ctrack/caf/templates/caf/applicablesystem_list.html @@ -11,7 +11,7 @@ <div class="col-sm-12"> <h3>Applicable Systems</h3> - <table id="datatable" class="display" style="width:100%"> + <table id="datatable" class="display compact cell-border" style="width:100%"> <thead> <tr> <th>Organisation</th> |