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>
|
<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>
|
<label for="webhook-url" class="form-label">{{ $t("Post URL") }}</label>
|
||||||
<input
|
<input
|
||||||
id="webhook-url"
|
id="webhook-url"
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
required
|
required
|
||||||
/>
|
/>
|
||||||
</div>
|
</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>
|
<label for="webhook-url" class="form-label">{{ $t("Post URL UP") }}</label>
|
||||||
<input
|
<input
|
||||||
id="webhook-url"
|
id="webhook-url"
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
required
|
required
|
||||||
/>
|
/>
|
||||||
</div>
|
</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>
|
<label for="webhook-url" class="form-label">{{ $t("Post URL DOWN") }}</label>
|
||||||
<input
|
<input
|
||||||
id="webhook-url"
|
id="webhook-url"
|
||||||
|
|
Loading…
Reference in a new issue