Maybe don't helptext all the things...

Addresses https://github.com/louislam/uptime-kuma/pull/4717#discussion_r1589866321
This commit is contained in:
Matt Visnovsky
2024-05-07 09:23:23 -06:00
parent e5fb726160
commit 2015142b00
2 changed files with 2 additions and 9 deletions

View File

@@ -298,8 +298,6 @@
<input v-else id="snmp_control_value" v-model="monitor.snmpControlValue" type="text" class="form-control" required>
</div>
</div>
<!-- eslint-disable-next-line vue/no-v-html -->
<div class="form-text" v-html="$t('snmpControlValueHelptext')"></div>
</div>
<div v-if="monitor.type === 'snmp'" class="my-3">
@@ -312,9 +310,6 @@
SNMPv2c
</option>
</select>
<!-- eslint-disable-next-line vue/no-v-html -->
<div class="form-text" v-html="$t('snmpVersionHelptext')"></div>
</div>
<!-- DNS Resolver Server -->