mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-14 07:26:59 +08:00
Revert "fix: hide body options for monitor type push"
This reverts commit e670b5f4cf
.
This commit is contained in:
@@ -733,7 +733,6 @@
|
|||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<template v-if="monitor.type !== 'push'">
|
|
||||||
<!-- Encoding -->
|
<!-- Encoding -->
|
||||||
<div class="my-3">
|
<div class="my-3">
|
||||||
<label for="httpBodyEncoding" class="form-label">{{ $t("Body Encoding") }}</label>
|
<label for="httpBodyEncoding" class="form-label">{{ $t("Body Encoding") }}</label>
|
||||||
@@ -780,8 +779,6 @@
|
|||||||
</option>
|
</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
|
||||||
|
|
||||||
<template v-if="monitor.authMethod && monitor.authMethod !== null ">
|
<template v-if="monitor.authMethod && monitor.authMethod !== null ">
|
||||||
<template v-if="monitor.authMethod === 'mtls' ">
|
<template v-if="monitor.authMethod === 'mtls' ">
|
||||||
<div class="my-3">
|
<div class="my-3">
|
||||||
|
Reference in New Issue
Block a user