mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
parent
9e24cb79a2
commit
437f78e94a
1 changed files with 1 additions and 1 deletions
|
|
@ -1314,7 +1314,7 @@ $("[clicked=1]").trigger("click");
|
|||
local has_fixed_period = ((not isEmptyString(_GET["epoch_begin"])) or (not isEmptyString(_GET["epoch_end"])))
|
||||
|
||||
-- the dont_print_footer option is used to skip the card footer printing
|
||||
if not options.dont_print_footer and not is_standalone then print([[<div class='card-footer'>]]) end
|
||||
if not options.dont_print_footer then print([[<div class='card-footer'>]]) end
|
||||
print('<div id="alertsActionsPanel">')
|
||||
print(i18n("show_alerts.alerts_to_purge") .. ': ')
|
||||
print[[<select id="deleteZoomSelector" class="form-control" style="display:]] if has_fixed_period then print("none") else print("inline") end print[[; width:14em; margin:0 1em;">]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue