mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-18 23:34:04 +02:00
moved path to left
This commit is contained in:
parent
c9ec3e449c
commit
9cdf7042ba
1 changed files with 7 additions and 4 deletions
|
@ -518,6 +518,13 @@
|
|||
</div>
|
||||
</template>
|
||||
|
||||
<template v-if="monitor.type === 'rtsp'">
|
||||
<div class="my-3">
|
||||
<label for="rtspPath" class="form-label">RTSP {{ $t("path") }}</label>
|
||||
<input id="rtspPath" v-model="monitor.rtspPath" :placeholder="$t('Path')" type="text" class="form-control">
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<template v-if="monitor.type === 'radius'">
|
||||
<div class="my-3">
|
||||
<label for="radius_username" class="form-label">Radius {{ $t("Username") }}</label>
|
||||
|
@ -1069,10 +1076,6 @@
|
|||
<label for="rtspPassword" class="form-label">RTSP {{ $t("Password") }}</label>
|
||||
<input id="rtspPassword" v-model="monitor.rtspPassword" :placeholder="$t('Password')" type="password" class="form-control">
|
||||
</div>
|
||||
<div class="my-3">
|
||||
<label for="rtspPath" class="form-label">RTSP {{ $t("path") }}</label>
|
||||
<input id="rtspPath" v-model="monitor.rtspPath" :placeholder="$t('Path')" type="text" class="form-control">
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<!-- gRPC Options -->
|
||||
|
|
Loading…
Add table
Reference in a new issue