diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-20 11:34:41 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-20 11:34:41 +0100 |
commit | 877f13f1206d4f8f47ea6ba9a0b34ac756e9832c (patch) | |
tree | a2adc99ee8e9f0a71234feef8db15b6088662e2f /ctrack/caf | |
parent | 99ed3e90c95d41e4429a1a71402d1447fb2d7007 (diff) |
tweaks
Diffstat (limited to 'ctrack/caf')
-rw-r--r-- | ctrack/caf/templates/caf/applicablesystem_list.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ctrack/caf/templates/caf/applicablesystem_list.html b/ctrack/caf/templates/caf/applicablesystem_list.html index 651d389..490f374 100644 --- a/ctrack/caf/templates/caf/applicablesystem_list.html +++ b/ctrack/caf/templates/caf/applicablesystem_list.html @@ -20,6 +20,8 @@ <div class="col-12 m-2"> <h3>Critical Systems</h3> <span><a href="#">[Create new...]</a></span> + <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"> <table id="datatable" class="table table-bordered" style="width:100%"> |