Sistemas
Catálogo de sistemas informáticos gestionados.
Nuevo Sistema
Nombre
Descripción
Estado
Acciones
{#if isLoading}
Cargando...
{:else if systems.length === 0}
No hay sistemas registrados
{:else} {#each systems as system}
{system.name}
{system.description || '-'}
{system.is_active ? 'Activo' : 'Inactivo'}
openEditModal(system)} class="text-indigo-600 hover:text-indigo-900">Editar
{/each} {/if}
showModal = false}>
Nombre
Descripción
Activo
Guardar
showModal = false} class="mt-3 w-full inline-flex justify-center rounded-md border border-gray-300 shadow-sm px-4 py-2 bg-white text-base font-medium text-gray-700 hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 sm:mt-0 sm:col-start-1 sm:text-sm"> Cancelar