diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-20 11:22:38 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-20 11:22:38 +0100 |
commit | 99ed3e90c95d41e4429a1a71402d1447fb2d7007 (patch) | |
tree | bd75416cb0793322c1fcc61fdad30937c6adeb9f /ctrack/caf | |
parent | e627ee10c73b0662f97619d4cda289a90a1aed38 (diff) |
more html...
Diffstat (limited to '')
-rw-r--r-- | ctrack/caf/templates/caf/caf_list.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ctrack/caf/templates/caf/caf_list.html b/ctrack/caf/templates/caf/caf_list.html index e1467a0..ff2394e 100644 --- a/ctrack/caf/templates/caf/caf_list.html +++ b/ctrack/caf/templates/caf/caf_list.html @@ -29,6 +29,8 @@ </svg> All CAFs </h3> + <p>Use the search box to filter the table. The table can be exported in various formats using the buttons below. These + downloads will respect the filtering used.</p> <div class="row justify-content-center"> <div class="col-md-12 my-2 py-2"> <table id="datatable" class="table table-bordered" style="width:100%"> |