Revert "fix: hide body options for monitor type push"

This reverts commit e670b5f4cf.
This commit is contained in:
Stefan Ottosson 2024-05-24 08:29:22 +02:00
parent 9c7aa13190
commit 8b648a3ed1
No known key found for this signature in database
GPG key ID: 254BFA8856A90692

View file

@ -733,7 +733,6 @@
</select>
</div>
<template v-if="monitor.type !== 'push'">
<!-- Encoding -->
<div class="my-3">
<label for="httpBodyEncoding" class="form-label">{{ $t("Body Encoding") }}</label>
@ -780,8 +779,6 @@
</option>
</select>
</div>
</template>
<template v-if="monitor.authMethod && monitor.authMethod !== null ">
<template v-if="monitor.authMethod === 'mtls' ">
<div class="my-3">