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
Correct the priority value for Pushover's Emergency priority.
Fixes
#160
pull/163/head
Pēteris Caune
7 years ago
parent
6bc3a445db
commit
9bf82b706c
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/add_pushover.html
+ 1
- 1
templates/integrations/add_pushover.html
View File
@ -61,7 +61,7 @@
<
div
class
=
"radio"
>
<
label
>
<
input
type
=
"radio"
name
=
"po_priority"
value
=
"
-
2"
>
<
input
type
=
"radio"
name
=
"po_priority"
value
=
"2"
>
<
span
class
=
"text-danger"
>
Emergency Priority.
<
/
span
>
<
span
class
=
"help"
>
The notification is repeated every
Write
Preview
Loading…
Cancel
Save