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 %}
|
||||
{
|
||||
"title": "Total Pings",
|
||||
"value": {{ check.n_pings }},
|
||||
"value": "{{ check.n_pings }}",
|
||||
"short": true
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user