Removed UptimeKuma url field

This commit is contained in:
Niyas 2021-08-06 17:38:16 +05:30 committed by GitHub
parent 3a7414125a
commit 91fce75a93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,8 +143,6 @@
<div class="mb-3">
<label for="discord-webhook-url" class="form-label">Discord Webhook URL</label>
<input id="discord-webhook-url" v-model="notification.discordWebhookUrl" type="text" class="form-control" required autocomplete="false">
<label for="discord-uptime-kuma-url" class="form-label">Uptime Kuma URL</label>
<input id="discord-uptime-kuma-url" v-model="notification.discorduptimekumaUrl" type="text" class="form-control" autocomplete="false">
<div class="form-text">
You can get this by going to Server Settings -> Integrations -> Create Webhook
</div>