mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Added network exclusion support to alerts (#6233)
This commit is contained in:
parent
30c4a6fd65
commit
e728518e36
13 changed files with 198 additions and 130 deletions
|
|
@ -148,19 +148,6 @@
|
|||
NtopUtils.copyToClipboard($(e.target).attr('title'), "{{i18n('db_search.query_copied')}}", "{{i18n('unable_to_copy_to_clickboard')}}", $(`#{{ datatable.name }}-query`));
|
||||
})
|
||||
|
||||
/* Show an overlay to hide loading */
|
||||
function toggleOverlays(time = 500) {
|
||||
$(`.overlay`).toggle(time);
|
||||
}
|
||||
|
||||
function showOverlays(time = 500) {
|
||||
$(`.overlay`).fadeIn(time);
|
||||
}
|
||||
|
||||
function hideOverlays(time = 500) {
|
||||
$(`.overlay`).fadeOut(time);
|
||||
}
|
||||
|
||||
function updateDownloadButton() {
|
||||
if (!$(`#dt-btn-download`)) return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue