Rework NAT settings again
This commit is contained in:
parent
968a2736d2
commit
aeae0f8a29
2 changed files with 16 additions and 11 deletions
|
@ -5,6 +5,8 @@
|
|||
{% if current_user.is_admin %}
|
||||
<li><a href="{{ url_for('config.index') }}">Nastavitve
|
||||
<li><a href="{{ url_for('config.edit', name='networks') }}">Omrežja
|
||||
<li><a href="{{ url_for('config.edit', name='nat') }}">NAT
|
||||
<li><a href="{{ url_for('config.edit', name='netmap') }}">Netmap
|
||||
<li><a href="{{ url_for('config.edit', name='groups') }}">Skupine
|
||||
<li><a href="{{ url_for('config.edit', name='forwards') }}">Luknje
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue