Frontend: Add platform change

Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
Fred Boniface 2023-01-18 21:38:35 +00:00
parent c221639c89
commit fa1597855c
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ async function displayService(svc) {
<tr>
<td class="name">${svc.origin.location.locationName}</td>
<td class="name">${svc.destination.location.locationName}</td>
<td class="plat">${plt.num}</td>
<td class="plat ${plat.changed}">${plt.num}</td>
<td class="time">${sta.data}</td>
<td class="time ${eta.changed}">${eta.data}</td>
<td class="time">${std.data}</td>