mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-01 01:25:45 -04:00
server url changes
This commit is contained in:
parent
2bcbeba384
commit
149015556b
@ -310,6 +310,6 @@ export default {
|
||||
topicExplanation: "MQTT topic to monitor",
|
||||
successMessage: "Success Message",
|
||||
successMessageExplanation: "MQTT message that will be considered as success",
|
||||
url: "Server URL",
|
||||
serverUrl: "Server URL",
|
||||
recent: "Recent",
|
||||
};
|
||||
|
@ -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…
Reference in New Issue
Block a user