df
This commit is contained in:
parent
b0320f136c
commit
7b04dedecb
|
|
@ -11,7 +11,7 @@
|
||||||
<div class="card border-0 shadow-sm h-100">
|
<div class="card border-0 shadow-sm h-100">
|
||||||
<div class="card-header bg-white py-3 border-bottom">
|
<div class="card-header bg-white py-3 border-bottom">
|
||||||
<div class="d-flex justify-content-between align-items-center mb-3">
|
<div class="d-flex justify-content-between align-items-center mb-3">
|
||||||
<h6 class="mb-0 fw-bold text-muted text-uppercase small">
|
<h6 class="mb-0 fw-bold text-primary text-uppercase">
|
||||||
<i class="fas fa-list-ul me-2"></i><?= _("Disponibles") ?>
|
<i class="fas fa-list-ul me-2"></i><?= _("Disponibles") ?>
|
||||||
</h6>
|
</h6>
|
||||||
<span class="badge bg-light text-primary border rounded-pill" id="count_dispo">
|
<span class="badge bg-light text-primary border rounded-pill" id="count_dispo">
|
||||||
|
|
@ -78,7 +78,7 @@
|
||||||
<div class="card border-0 shadow-sm h-100 border-start border-success border-4">
|
<div class="card border-0 shadow-sm h-100 border-start border-success border-4">
|
||||||
<div class="card-header bg-white py-3 border-bottom">
|
<div class="card-header bg-white py-3 border-bottom">
|
||||||
<div class="d-flex justify-content-between align-items-center mb-3">
|
<div class="d-flex justify-content-between align-items-center mb-3">
|
||||||
<h6 class="mb-0 fw-bold text-success text-uppercase small">
|
<h6 class="mb-0 fw-bold text-success text-uppercase">
|
||||||
<i class="fas fa-check-double me-2"></i><?= _("Affectés au réseau") ?>
|
<i class="fas fa-check-double me-2"></i><?= _("Affectés au réseau") ?>
|
||||||
</h6>
|
</h6>
|
||||||
<span class="badge bg-success-light text-success rounded-pill px-3" id="count_affect">
|
<span class="badge bg-success-light text-success rounded-pill px-3" id="count_affect">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user