diff --git a/src/pages/gtfs_archivo/Admin.svelte b/src/pages/gtfs_archivo/Admin.svelte index 0cfadef..450528c 100644 --- a/src/pages/gtfs_archivo/Admin.svelte +++ b/src/pages/gtfs_archivo/Admin.svelte @@ -1,15 +1,15 @@ @@ -141,14 +141,14 @@ onOrderBy('id_gtfs')}>ID - + onOrderBy('archivo')}>Archivo - + onOrderBy('created')}>Creado el - + reporteErroresCargaGTFS(id_red, app.id_gtfs)}> {app.status} - + {:else} {app.status} {/if} - + {app.valid_from} {app.vigente ? '✅':'🚫'} @@ -224,11 +224,11 @@ {#if showUpload} showUpload = false} {id_red} on:refresh={() => onPage(page)} /> - + {/if} \ No newline at end of file +