This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nielsperetzke
/
healthchecks
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
32
Wiki
Activity
Browse Source
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.
pull/60/head
Pēteris Caune
9 years ago
parent
5f4cf6780a
commit
ba357b045c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/integrations/slack_message.json
+ 1
- 1
templates/integrations/slack_message.json
View File
@ -36,7 +36,7 @@
{
%
e
n
d
i
f
%
}
{
"title"
:
"Total Pings"
,
"value"
:
{
{
c
h
e
c
k
.
n
_
p
i
n
g
s
}
}
,
"value"
:
"{{ check.n_pings }}"
,
"short"
:
true
}
]
Write
Preview
Loading…
Cancel
Save