Añadir mapeador2.html

This commit is contained in:
2026-02-13 17:33:43 +00:00
parent 61c663b188
commit 7f6c949c0e

19
mapeador2.html Normal file
View File

@@ -0,0 +1,19 @@
<div class="card shadow-sm p-4">
<h2 class="mb-4">🎯 Configuración Maestra de Variables</h2>
<div class="table-responsive">
<table class="table table-hover align-middle">
<thead class="table-dark">
<tr>
<th>Campo en tu CRM (Fijo)</th>
<th>Variable Detectada en la Web</th>
<th>Estado</th>
</tr>
</thead>
<tbody id="mappingBody">
</tbody>
</table>
</div>
<div class="text-end mt-3">
<button onclick="saveFinalMapping()" class="btn btn-success btn-lg">🚀 Guardar y Activar Robot</button>
</div>
</div>