mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-02-20 03:36:16 +00:00
Add scheduling functionality with profile and slot management
This commit is contained in:
@@ -99,6 +99,16 @@
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a href="{% url 'scheduler_profile_list' %}"
|
||||
class="nav-link {% if '/scheduler/' in request.path %}active{% endif %}">
|
||||
<i class="fas fa-calendar-alt nav-icon"></i>
|
||||
<p>
|
||||
{% trans 'Scheduler' %}
|
||||
</p>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user