mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-19 07:44:02 +02:00
lint issue fixed
This commit is contained in:
parent
09008a678a
commit
7253718860
1 changed files with 5 additions and 6 deletions
|
@ -518,7 +518,6 @@
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
||||||
<template v-if="monitor.type === 'rtsp'">
|
<template v-if="monitor.type === 'rtsp'">
|
||||||
<div class="my-3">
|
<div class="my-3">
|
||||||
<label for="rtspUsername" class="form-label">RTSP {{ $t("Username") }}</label>
|
<label for="rtspUsername" class="form-label">RTSP {{ $t("Username") }}</label>
|
||||||
|
@ -1215,9 +1214,9 @@ const monitorDefaults = {
|
||||||
rabbitmqUsername: "",
|
rabbitmqUsername: "",
|
||||||
rabbitmqPassword: "",
|
rabbitmqPassword: "",
|
||||||
conditions: [],
|
conditions: [],
|
||||||
rtspUsername:"",
|
rtspUsername: "",
|
||||||
rtspPassword:"",
|
rtspPassword: "",
|
||||||
rtspPath:""
|
rtspPath: ""
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue