mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-08 12:27:40 -08:00
7 lines
285 B
Vue
7 lines
285 B
Vue
|
<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>
|