mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-22 22:13:20 +02:00
fix: correct formatting in EditMonitor.vue for SQL error handling template
This commit is contained in:
parent
ae5f8de538
commit
e6f9327b8d
@ -540,7 +540,7 @@
|
||||
</template>
|
||||
|
||||
<!-- SQL Server / PostgreSQL / MySQL Error Handling -->
|
||||
<template v-if="monitor.type === 'sqlserver' || monitor.type === 'postgres' || monitor.type === 'mysql'">
|
||||
<template v-if="monitor.type === 'sqlserver' || monitor.type === 'postgres' || monitor.type === 'mysql'">
|
||||
<div class="my-3 form-check">
|
||||
<input id="sqlErrorHandling" v-model="monitor.databaseQueryHandleEmptyAsFailure" class="form-check-input" type="checkbox">
|
||||
<label class="form-check-label" for="sqlErrorHandling">
|
||||
|
Loading…
Reference in New Issue
Block a user