diff --git a/src/lib/ldb/staff-ldb.svelte b/src/lib/ldb/staff-ldb.svelte index d60ce1f..0ed3c3c 100644 --- a/src/lib/ldb/staff-ldb.svelte +++ b/src/lib/ldb/staff-ldb.svelte @@ -1,9 +1,10 @@

Staff Boards not yet implemented

@@ -101,7 +103,16 @@

Updated: {dataAge.toLocaleTimeString()}

Staff LDB for {station}

- + {#each services as service} +
+

{service.operatorCode}

+

{service.trainid}

+

{service.origin.location.tiploc}

+

{service.destination.location.tiploc}

+

{service.platform}

+

{new Date(service.sta).toLocaleTimeString() || '-'}

+
+ {/each} {/if}