mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
add warning notification for geomap
This commit is contained in:
parent
80416943ac
commit
b53cf545f6
4 changed files with 18 additions and 3 deletions
|
|
@ -26,10 +26,11 @@ function menu_alert_notifications.dispose_notification(notification_id)
|
|||
return response
|
||||
end
|
||||
|
||||
function menu_alert_notifications.render_notifications()
|
||||
function menu_alert_notifications.render_notifications(container_id, notifications)
|
||||
-- render the notifications
|
||||
print(template.gen('pages/components/notification_container.template', {
|
||||
notifications = load_notifications()
|
||||
notifications = notifications or load_notifications(),
|
||||
container_id = container_id
|
||||
}))
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue