lint issue fixed

This commit is contained in:
Hemanth 2025-06-28 16:10:43 +05:30
parent 09008a678a
commit 7253718860

View file

@ -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: ""
}; };