Actualiser admin/dashboard.html
This commit is contained in:
@@ -218,6 +218,17 @@
|
||||
<p id="import-modal-counter" style="margin-top: 10px; font-weight: 600; font-size: 0.9rem;">0%</p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- MODALE DE SUCCÈS -->
|
||||
<div class="overlay" id="success-modal">
|
||||
<div class="modal" style="max-width: 400px; text-align: center;">
|
||||
<h2 class="modal-h" style="justify-content: center;" id="success-modal-title">
|
||||
<i class="ti ti-circle-check" style="color: #2ed573;"></i> Importation terminée
|
||||
</h2>
|
||||
<p id="success-modal-message" style="color: var(--muted); font-size: 0.95rem; margin: 0.5rem 0 1.5rem;"></p>
|
||||
<button class="btn-action primary" style="width: 100%; justify-content: center;" onclick="closeSuccessModal()">OK</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="../js/admin.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user