forked from GithubBackups/healthchecks
Mattermost with Slack integration: payload fields must be strings not integers, or else there will be a bunch of JS errors on Mattermost web UI.
This commit is contained in:
parent
5f4cf6780a
commit
ba357b045c
@ -36,7 +36,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{
|
{
|
||||||
"title": "Total Pings",
|
"title": "Total Pings",
|
||||||
"value": {{ check.n_pings }},
|
"value": "{{ check.n_pings }}",
|
||||||
"short": true
|
"short": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user