mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
parent
e224ce548b
commit
9222fbd4b9
1 changed files with 1 additions and 1 deletions
|
|
@ -1160,7 +1160,7 @@ elseif(page == "config") then
|
|||
local label = getInterfaceNameAlias(ifstats.name)
|
||||
inline_input_form("custom_name", "Custom Name",
|
||||
i18n("if_stats_config.custom_name_popup_msg"),
|
||||
label, isAdministrator(), 'autocorrect="off" spellcheck="false" pattern="^[_\\-a-zA-Z0-9\\. ]*$"')
|
||||
label, isAdministrator(), 'autocorrect="off" spellcheck="false"')
|
||||
print[[
|
||||
</td>
|
||||
</tr>]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue