mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-01-01 14:16:18 +00:00
Add forms for Worker and ClusterSettings with translations and workers list template
This commit is contained in:
@@ -178,6 +178,15 @@
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a href="/cluster/" class="nav-link {% if '/cluster/' in request.path %}active{% endif %}">
|
||||
<i class="fas fa-server nav-icon"></i>
|
||||
<p>
|
||||
{% trans 'Cluster' %}
|
||||
</p>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user