mirror of
https://github.com/FAUSheppy/icinga-webhook-gateway
synced 2025-12-06 07:21:38 +01:00
fix: error <> critical confusion
This commit is contained in:
@@ -72,7 +72,7 @@ body{
|
||||
color: orange;
|
||||
}
|
||||
|
||||
.error{
|
||||
.critical{
|
||||
color: red;
|
||||
}
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
<div class="example-indent">
|
||||
-H "Content-Type: application/json" \ <br>
|
||||
-d '{ "service" : "{{ service.service }}",
|
||||
"token" : "{{ service.token }}", \<br>
|
||||
"token" : "{{ service.token }}", <br>
|
||||
"status" : "OK", "info" : "Free Text Information here" }' \<br>
|
||||
{{ flask.request.url_root }}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user