portal: refactor proxy views into module
This commit is contained in:
parent
ef1f3208fc
commit
33e6d58455
5 changed files with 48 additions and 36 deletions
|
@ -107,7 +107,7 @@
|
|||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link{% if section == "proxy" %} active{% endif %}"
|
||||
href="{{ url_for("portal.view_proxies") }}">
|
||||
href="{{ url_for("portal.proxy.proxy_list") }}">
|
||||
Proxies
|
||||
</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue