mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 23:04:04 +00:00
made sure that json-query for the mqtt monitor is translated properly (#4791)
This commit is contained in:
commit
1590ca6c02
1 changed files with 4 additions and 3 deletions
|
@ -370,9 +370,10 @@
|
||||||
<label for="jsonPath" class="form-label">{{ $t("Json Query") }}</label>
|
<label for="jsonPath" class="form-label">{{ $t("Json Query") }}</label>
|
||||||
<input id="jsonPath" v-model="monitor.jsonPath" type="text" class="form-control" required>
|
<input id="jsonPath" v-model="monitor.jsonPath" type="text" class="form-control" required>
|
||||||
|
|
||||||
<!-- eslint-disable-next-line vue/no-v-html -->
|
<i18n-t tag="div" class="form-text" keypath="jsonQueryDescription">
|
||||||
<div class="form-text" v-html="$t('jsonQueryDescription')">
|
<a href="https://jsonata.org/">jsonata.org</a>
|
||||||
</div>
|
<a href="https://try.jsonata.org/">{{ $t('here') }}</a>
|
||||||
|
</i18n-t>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<label for="expectedValue" class="form-label">{{ $t("Expected Value") }}</label>
|
<label for="expectedValue" class="form-label">{{ $t("Expected Value") }}</label>
|
||||||
|
|
Loading…
Reference in a new issue