mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
parent
95fafe4d98
commit
402e1113fb
2 changed files with 5 additions and 7 deletions
|
|
@ -18,7 +18,7 @@ alert_notification_levels = {
|
|||
info = {
|
||||
icon = "fa-info-circle",
|
||||
bg_color = "info",
|
||||
title_text_color = "text-dark",
|
||||
title_text_color = "text-white",
|
||||
fill_color = "#17a2b8",
|
||||
},
|
||||
warning = {
|
||||
|
|
@ -73,7 +73,7 @@ function alert_notification:render()
|
|||
},
|
||||
model = self
|
||||
}
|
||||
|
||||
tprint(context)
|
||||
-- Generate the template from the notification.template file
|
||||
return template.gen('pages/components/notification.template', context)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue