diff options
Diffstat (limited to 'src/components/notifications/Squadcast.vue')
-rw-r--r-- | src/components/notifications/Squadcast.vue | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/notifications/Squadcast.vue b/src/components/notifications/Squadcast.vue new file mode 100644 index 0000000..6650c44 --- /dev/null +++ b/src/components/notifications/Squadcast.vue @@ -0,0 +1,6 @@ +<template> + <div class="mb-3"> + <label for="webhook-url" class="form-label">{{ $t("Post URL") }}</label> + <input id="webhook-url" v-model="$parent.notification.squadcastWebhookURL" type="url" pattern="https?://.+" class="form-control" required> + </div> +</template> |