diff --git a/callbacks/static/css/main.css b/callbacks/static/css/main.css new file mode 100644 index 0000000..ee45d55 --- /dev/null +++ b/callbacks/static/css/main.css @@ -0,0 +1,24 @@ +html, +body { + height: 100%; +} + +.main { + min-height: 100%; + /* equal to footer height */ + margin-bottom: -168px; +} + +.main:after { + content: ""; + display: block; +} + +.footer, +.main:after { + height: 168px; +} + +.card { + margin-bottom: 10px; +} diff --git a/callbacks/templates/callbacks/check.html b/callbacks/templates/callbacks/check.html index b9f517c..f0c9023 100644 --- a/callbacks/templates/callbacks/check.html +++ b/callbacks/templates/callbacks/check.html @@ -8,85 +8,96 @@ rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.2/css/bulma.min.css" /> + Webhook Logger -
-
-

Webhook Logger

-

- Easily test and inspect - webhooks -

-

Use the following URL as your webhook callback:

-
-
- -
-
-
-
-
-
-
- No requests received yet -
- -
-
-

- [[request.method]] - from: [[request.ip_address]] -

-

- [[new Date(request.received_at).toLocaleString()]] - -

-
-
-
- - - - - - - - - - - -
HeaderContent
[[header]][[value]]
- -

Query Params

-
[[request.query_params]]
- -

Body

-
[[request.body]]
+
+
+
+

Webhook Logger

+

+ Easily test and inspect + webhooks +

+

Use the following URL as your webhook callback:

+
+
+
+
+
+
+
+ No requests received yet +
+ +
+
+

+ [[request.method]] + from: [[request.ip_address]] +

+

+ [[new Date(request.received_at).toLocaleString()]] + +

+
+
+
+ + + + + + + + + + + +
HeaderContent
[[header]][[value]]
+ +

Query Params

+
[[request.query_params]]
+ +

Body

+
[[request.body]]
+
+
+
+
+
+
+
+