mirror of
https://forge.chapril.org/tykayn/osm-commerces
synced 2025-10-09 17:02:46 +02:00
up stats dashboard
This commit is contained in:
parent
fd3827ee52
commit
711fc277be
5 changed files with 246 additions and 96 deletions
|
@ -632,7 +632,7 @@ function getCompletionColor(completion) {
|
|||
if (completion.percentage < 100) {
|
||||
content += `
|
||||
<div class="alert alert-warning mt-2">
|
||||
<h6>Informations manquantes :</h6>
|
||||
<h6>Infos manquantes :</h6>
|
||||
<ul class="list-unstyled mb-0">
|
||||
${completion.missingFields.map(field => `<li><i class="bi bi-x-circle text-danger"></i> ${field}</li>`).join('')}
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue