<div class="modal fade" id="modal-chart-table" tabindex="-1" role="dialog" aria-labelledby="modal-chart-table-label" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title font-weight-normal" id="modal-chart-table-label"></h5>
<button type="button" class="btn-close text-dark" data-bs-dismiss="modal" aria-label="Fermer">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<table class="table table-striped">
<thead class="thead-light">
<tr>
<th class="text-uppercase text-dark text-xxs font-weight-bold opacity-7 px-1 col-6">
<span>Status</span>
</th>
<th class="text-uppercase text-dark text-xxs font-weight-bold opacity-7 px-1 col-6">
<span>Nombre</span>
</th>
<th class="text-uppercase text-dark text-xxs font-weight-bold opacity-7 px-1 col-6">
<span>Couleur</span>
</th>
</tr>
</thead>
<tbody id="modal-chart-table-tbody"></tbody>
</table>
</div>
<div class="modal-footer">
<button type="button" class="btn bg-gradient-danger" data-bs-dismiss="modal">Fermer</button>
</div>
</div>
</div>
</div>