blob: 6650c44d9e8eb803106090df010767b5883e2855 (
plain)
1
2
3
4
5
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>
|