mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
parent
b7f756c7ac
commit
20fe918d66
8 changed files with 81 additions and 48 deletions
|
|
@ -57,8 +57,7 @@ end
|
|||
|
||||
function telemetry_utils.show_notice()
|
||||
if not dismiss_notice() and (not _SERVER or not _SERVER["URI"]:match("/lua/admin/prefs.lua")) then
|
||||
print('<div id="telemetry-data" class="alert alert-info" role="alert"><i class="fas fa-info-circle"></i> ')
|
||||
print[[<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>]]
|
||||
print('<div id="telemetry-data" class="alert alert-info" role="alert"><i class="fas fa-lg fa-info-circle"></i> ')
|
||||
|
||||
telemetry_utils.notice_msg()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue