mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
monitor path as a notification title mattermost (#3801)
This commit is contained in:
parent
80efe9b831
commit
01855e0ffe
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue