mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
fixed "Networks" to "Local Networks" (#3298)
This commit is contained in:
parent
663a39ed0d
commit
25212db5ce
3 changed files with 3 additions and 3 deletions
|
|
@ -17,7 +17,7 @@
|
|||
{% for _, hooks_subdir in ipairs(config_list.user_scripts.listSubdirs()) do %}
|
||||
<li class="nav-item">
|
||||
<a class="nav-link {{ (hooks_subdir.id == config_list.subdir and 'active' or '') }}" href="?subdir={{hooks_subdir.id}}">
|
||||
{{hooks_subdir.label}}
|
||||
{{config_list.hooks_localizated[hooks_subdir.id]}}
|
||||
</a>
|
||||
</li>
|
||||
{% end %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue