mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 23:04:04 +00:00
removed https requirement for url
This commit is contained in:
parent
35da8c78f4
commit
5afc6a41e3
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@
|
|||
<template v-if="monitor.type === 'mqtt'">
|
||||
<div class="my-3">
|
||||
<label for="url" class="form-label">{{ $t("serverUrl") }}</label>
|
||||
<input id="url" v-model="monitor.url" type="text" class="form-control" pattern="https?://.+" required>
|
||||
<input id="url" v-model="monitor.url" type="text" class="form-control" required>
|
||||
</div>
|
||||
|
||||
<div class="my-3">
|
||||
|
|
Loading…
Reference in a new issue