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;
|
color: orange;
|
||||||
}
|
}
|
||||||
|
|
||||||
.error{
|
.critical{
|
||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
<div class="example-indent">
|
<div class="example-indent">
|
||||||
-H "Content-Type: application/json" \ <br>
|
-H "Content-Type: application/json" \ <br>
|
||||||
-d '{ "service" : "{{ service.service }}",
|
-d '{ "service" : "{{ service.service }}",
|
||||||
"token" : "{{ service.token }}", \<br>
|
"token" : "{{ service.token }}", <br>
|
||||||
"status" : "OK", "info" : "Free Text Information here" }' \<br>
|
"status" : "OK", "info" : "Free Text Information here" }' \<br>
|
||||||
{{ flask.request.url_root }}
|
{{ flask.request.url_root }}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user