mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-08-27 05:41:15 +00:00
Port forwarding skeleton
This commit is contained in:
@@ -102,6 +102,15 @@
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a href="/firewall/port_forward/" class="nav-link {% if '/firewall/' in request.path %}active{% endif %}">
|
||||
<i class="fas fa-directions nav-icon"></i>
|
||||
<p>
|
||||
Port Forwarding
|
||||
</p>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a href="/console/" class="nav-link {% if '/console/' in request.path %}active{% endif %}">
|
||||
<i class="fas fa-terminal nav-icon"></i>
|
||||
|
3
templates/firewall/manage_redirect_rule.html
Normal file
3
templates/firewall/manage_redirect_rule.html
Normal file
@@ -0,0 +1,3 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block content %}gerenciar regra{%endblock%}
|
3
templates/firewall/redirect_rule_list.html
Normal file
3
templates/firewall/redirect_rule_list.html
Normal file
@@ -0,0 +1,3 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block content %}Lista{%endblock%}
|
Reference in New Issue
Block a user