mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 23:04:04 +00:00
SNMP version helptext
This commit is contained in:
parent
e9b52eb0e7
commit
4ef66b3760
2 changed files with 5 additions and 1 deletions
|
@ -921,5 +921,6 @@
|
|||
"Allow Long SMS": "Allow Long SMS",
|
||||
"cellsyntSplitLongMessages": "Split long messages into up to 6 parts. 153 x 6 = 918 characters.",
|
||||
"max 15 digits": "max 15 digits",
|
||||
"max 11 alphanumeric characters": "max 11 alphanumeric characters"
|
||||
"max 11 alphanumeric characters": "max 11 alphanumeric characters",
|
||||
"snmpVersionHelptext": "Prefer SNMPv2c for enhanced security and expanded features. If compatibility issues occur, fallback to SNMPv1, but note that SNMPv1 has limited capabilities compared to SNMPv2c."
|
||||
}
|
||||
|
|
|
@ -304,6 +304,9 @@
|
|||
SNMPv2c
|
||||
</option>
|
||||
</select>
|
||||
|
||||
<!-- eslint-disable-next-line vue/no-v-html -->
|
||||
<div class="form-text" v-html="$t('snmpVersionHelptext')"></div>
|
||||
</div>
|
||||
|
||||
<!-- DNS Resolver Server -->
|
||||
|
|
Loading…
Reference in a new issue