mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
Update Webhook.vue
This commit is contained in:
parent
34d7ec3386
commit
1fbe6b7ff4
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div v-if="$parent.notification.webhookContentType != 'CompletlyCustom'" class="mb-3" >
|
||||
<div v-if="$parent.notification.webhookContentType != 'CompletlyCustom'" class="mb-3">
|
||||
<label for="webhook-url" class="form-label">{{ $t("Post URL") }}</label>
|
||||
<input
|
||||
id="webhook-url"
|
||||
|
@ -10,7 +10,7 @@
|
|||
required
|
||||
/>
|
||||
</div>
|
||||
<div v-if="$parent.notification.webhookContentType == 'CompletlyCustom'" class="mb-3" >
|
||||
<div v-if="$parent.notification.webhookContentType == 'CompletlyCustom'" class="mb-3">
|
||||
<label for="webhook-url" class="form-label">{{ $t("Post URL UP") }}</label>
|
||||
<input
|
||||
id="webhook-url"
|
||||
|
@ -21,7 +21,7 @@
|
|||
required
|
||||
/>
|
||||
</div>
|
||||
<div v-if="$parent.notification.webhookContentType == 'CompletlyCustom'" class="mb-3" >
|
||||
<div v-if="$parent.notification.webhookContentType == 'CompletlyCustom'" class="mb-3">
|
||||
<label for="webhook-url" class="form-label">{{ $t("Post URL DOWN") }}</label>
|
||||
<input
|
||||
id="webhook-url"
|
||||
|
|
Loading…
Reference in a new issue