mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Allow dot in custom interface name
This commit is contained in:
parent
4ff05f620d
commit
d3bb531341
1 changed files with 1 additions and 1 deletions
|
|
@ -918,7 +918,7 @@ elseif(page == "config") then
|
|||
local label = getInterfaceNameAlias(ifstats.name)
|
||||
inline_input_form("custom_name", "Custom Name",
|
||||
"Specify an alias for the interface",
|
||||
label, isAdministrator(), 'autocorrect="off" spellcheck="false" pattern="^[_\\-a-zA-Z0-9 ]*$"')
|
||||
label, isAdministrator(), 'autocorrect="off" spellcheck="false" pattern="^[_\\-a-zA-Z0-9\\. ]*$"')
|
||||
print[[
|
||||
</td>
|
||||
</tr>]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue