Update src/pages/EditMonitor.vue

Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
Stefan Ottosson 2024-05-24 09:04:12 +02:00 committed by GitHub
parent 8b648a3ed1
commit df663a81cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -702,7 +702,7 @@
</template>
<!-- HTTP Options -->
<template v-if="monitor.type === 'http' || monitor.type === 'keyword' || monitor.type === 'json-query' || monitor.type === 'push' ">
<template v-if="monitor.type === 'http' || monitor.type === 'keyword' || monitor.type === 'json-query' ">
<h2 class="mt-5 mb-2">{{ $t("HTTP Options") }}</h2>
<!-- Method -->