mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-01 01:25:45 -04:00
monitor path as a notification title mattermost (#3801)
This commit is contained in:
parent
80efe9b831
commit
01855e0ffe
@ -78,12 +78,12 @@ class Mattermost extends NotificationProvider {
|
||||
{
|
||||
fallback:
|
||||
"Your " +
|
||||
monitorJSON.name +
|
||||
monitorJSON.pathName +
|
||||
" service went " +
|
||||
statusText,
|
||||
color: color,
|
||||
title:
|
||||
monitorJSON.name +
|
||||
monitorJSON.pathName +
|
||||
" service went " +
|
||||
statusText,
|
||||
title_link: monitorJSON.url,
|
||||
|
Loading…
Reference in New Issue
Block a user