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>
|
||||
</template>
|
||||
|
||||
|
||||
<template v-if="monitor.type === 'rtsp'">
|
||||
<div class="my-3">
|
||||
<label for="rtspUsername" class="form-label">RTSP {{ $t("Username") }}</label>
|
||||
|
@ -1215,9 +1214,9 @@ const monitorDefaults = {
|
|||
rabbitmqUsername: "",
|
||||
rabbitmqPassword: "",
|
||||
conditions: [],
|
||||
rtspUsername:"",
|
||||
rtspPassword:"",
|
||||
rtspPath:""
|
||||
rtspUsername: "",
|
||||
rtspPassword: "",
|
||||
rtspPath: ""
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue