1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Add ASN abbr

This commit is contained in:
Ycarus 2019-01-06 08:43:07 +01:00
parent 1322a37167
commit 0a1b2d24b0

View file

@ -66,7 +66,7 @@ ip.optional = false
ifl = s:option(Value, "interface", translate("Interface"))
ifl.rmempty = true
s = m:section(TypedSection, "asns", translate("ASN"))
s = m:section(TypedSection, "asns", translate("<abbr tittle=\"Autonomous System Number\">ASN</abbr>"))
s.addremove = true
s.anonymous = true
s.template = "cbi/tblsection"