init: Initial commit
This commit is contained in:
@@ -3,23 +3,27 @@
|
||||
"body": [
|
||||
{
|
||||
"type": "TextBlock",
|
||||
"text": "Webhooks",
|
||||
"text": "Webhooks Overview",
|
||||
"size": "Large",
|
||||
"weight": "Bolder",
|
||||
"color": "Accent"
|
||||
},
|
||||
{
|
||||
"type": "TextBlock",
|
||||
"text": "Es sind {webhook_count} Webhooks registriert",
|
||||
"text": "Currently {webhook_count} webhooks are registered.",
|
||||
"size": "Small",
|
||||
"color": "Good",
|
||||
"isSubtle": true,
|
||||
"wrap": true
|
||||
},
|
||||
{
|
||||
"type": "TextBlock",
|
||||
"text": "",
|
||||
"separator": true
|
||||
"type": "FactSet",
|
||||
"facts": [
|
||||
{
|
||||
"title": "Webhook Count",
|
||||
"value": "{webhook_count}"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
|
||||
|
||||
Reference in New Issue
Block a user