mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-21 00:26:47 +08:00
Maybe don't helptext all the things...
Addresses https://github.com/louislam/uptime-kuma/pull/4717#discussion_r1589866321
This commit is contained in:
@@ -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 -->
|
||||
|
Reference in New Issue
Block a user