mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Improve notification message
This commit is contained in:
parent
9d460baec1
commit
59db3ed5a7
2 changed files with 3 additions and 2 deletions
|
|
@ -483,7 +483,7 @@ local function format_report_email(notification)
|
|||
]] .. notification.title .. [[
|
||||
</span>
|
||||
<p>
|
||||
]] .. notification.message .. [[
|
||||
]] .. notification.message .. " " .. notification.note .. [[
|
||||
</p>
|
||||
<p><strong>Check it out!</strong></p>
|
||||
<div width="220" height="45" style="width: 180px; margin: 0; border-radius: 3px; padding: 5px 5px; background-color:#8FBE00">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue