diff --git a/orchestrator/src/components/Sidebar.vue b/orchestrator/src/components/Sidebar.vue index 13d1316..4c66ef8 100644 --- a/orchestrator/src/components/Sidebar.vue +++ b/orchestrator/src/components/Sidebar.vue @@ -21,6 +21,7 @@ function vacio() { ai_config_id: null, tono: '', mensaje_bienvenida: '', + color: '#8eb02f', activo: true, } } @@ -56,6 +57,7 @@ function editarTenant(t) { ai_config_id: t.ai_config_id, tono: t.tono, mensaje_bienvenida: t.mensaje_bienvenida, + color: t.color || '#8eb02f', activo: t.activo, } showForm.value = true @@ -210,6 +212,14 @@ onMounted(cargar) class="w-full border border-gray-300 dark:border-gray-700 bg-white dark:bg-gray-800 text-gray-800 dark:text-gray-100 rounded-lg px-3 py-2 text-sm" /> +
+ +
+ + +
+

Se aplica al widget embebido automáticamente, no hace falta recopiar el código.

+