Frontend: Add platform change
Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
parent
c221639c89
commit
fa1597855c
@ -131,7 +131,7 @@ async function displayService(svc) {
|
|||||||
<tr>
|
<tr>
|
||||||
<td class="name">${svc.origin.location.locationName}</td>
|
<td class="name">${svc.origin.location.locationName}</td>
|
||||||
<td class="name">${svc.destination.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">${sta.data}</td>
|
||||||
<td class="time ${eta.changed}">${eta.data}</td>
|
<td class="time ${eta.changed}">${eta.data}</td>
|
||||||
<td class="time">${std.data}</td>
|
<td class="time">${std.data}</td>
|
||||||
|
Reference in New Issue
Block a user