mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-11 07:50:36 -04:00
server url changes
This commit is contained in:
parent
2bcbeba384
commit
149015556b
2 changed files with 2 additions and 2 deletions
|
@ -122,7 +122,7 @@
|
|||
<!-- For MQTT Type -->
|
||||
<template v-if="monitor.type === 'mqtt'">
|
||||
<div class="my-3">
|
||||
<label for="url" class="form-label">{{ $t("url") }}</label>
|
||||
<label for="url" class="form-label">{{ $t("serverUrl") }}</label>
|
||||
<input id="url" v-model="monitor.url" type="text" class="form-control" pattern="https?://.+" required>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue