Skip to content

Commit

Permalink
Add hint to empty table message to explain it may be empty due to bea…
Browse files Browse the repository at this point in the history
…con exclusions
  • Loading branch information
neonbunny committed Aug 21, 2024
1 parent bc9a268 commit b472c86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"serverSide": true,
"ajax": "{% url 'event_tracker:cs-logs-json' %}",
language: {
emptyTable: "No logs found, ensure they are being polled for.",
emptyTable: "<i class='fa fa-exclamation-triangle' aria-hidden='true'></i> No logs found, ensure they are being polled for or remove <a href='{% url 'event_tracker:cs-beacon-exclusion-list' %}'>beacon exclusions</a>.",
searchBuilder: {
button: {
0: 'Timebox',
Expand Down

0 comments on commit b472c86

Please sign in to comment.