Skip to content

Commit a98dc74

Browse files
committed
.
1 parent 093abe2 commit a98dc74

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmd/goatak_server/templates/index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@
9696
<th>callsign</th>
9797
<th>coords</th>
9898
<th>scope</th>
99-
<th>send time</th>
10099
<th>stale time</th>
101100
</tr>
102101
<tr v-for="u in byCategory('point')">
@@ -105,7 +104,6 @@
105104
<td>{{ u.callsign }}</td>
106105
<td>{{ printCoords(u.lat, u.lon) }}</td>
107106
<td>{{ u.scope }}</td>
108-
<td>{{ dt(u.send_time) }}</td>
109107
<td>{{ dt(u.stale_time) }}</td>
110108
</tr>
111109
</table>

0 commit comments

Comments
 (0)