minor cosmetic changes

This commit is contained in:
Thomas Nahuel Rusiecki 2024-12-04 01:24:18 -03:00
parent 2cfb892bf7
commit 1746139228
2 changed files with 3 additions and 3 deletions

View file

@ -17,10 +17,10 @@
<div class="col"> <div class="col">
<h4>{% trans "State Definitions" %}</h4> <h4>{% trans "State Definitions" %}</h4>
{% if state_definitions %} {% if state_definitions %}
<table class="table table-hover table-mb-4"> <table class="table table-striped table-mb-4">
<thead> <thead>
<tr> <tr>
<th scope="col">{% trans "Order" %}</th> <th scope="col">#</th>
<th scope="col">{% trans "State" %}</th> <th scope="col">{% trans "State" %}</th>
<th scope="col"></th> <th scope="col"></th>
</tr> </tr>

View file

@ -82,7 +82,7 @@
<ul class="nav flex-column"> <ul class="nav flex-column">
{% if user.is_admin %} {% if user.is_admin %}
<li class="nav-item"> <li class="nav-item">
<a class="admin {% if path in 'panel users' %}active {% endif %}nav-link fw-bold" data-bs-toggle="collapse" data-bs-target="#ul_admin" aria-expanded="false" aria-controls="ul_admin" href="javascript:void()"> <a class="admin {% if path in 'panel users states' %}active {% endif %}nav-link fw-bold" data-bs-toggle="collapse" data-bs-target="#ul_admin" aria-expanded="false" aria-controls="ul_admin" href="javascript:void()">
<i class="bi bi-person-fill-gear icon_sidebar"></i> <i class="bi bi-person-fill-gear icon_sidebar"></i>
{% trans 'Admin' %} {% trans 'Admin' %}
</a> </a>