mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-28 09:14:32 -04:00
[Push Type] fix missing important flag and missing up notification
This commit is contained in:
parent
a7d2a34dae
commit
3b74b727f2
4 changed files with 200 additions and 169 deletions
|
@ -140,7 +140,7 @@
|
|||
</label>
|
||||
</div>
|
||||
|
||||
<div v-if="monitor.type !== 'push'" class="my-3 form-check">
|
||||
<div class="my-3 form-check">
|
||||
<input id="upside-down" v-model="monitor.upsideDown" class="form-check-input" type="checkbox">
|
||||
<label class="form-check-label" for="upside-down">
|
||||
{{ $t("Upside Down Mode") }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue