fix routing table header
This commit is contained in:
parent
60183999af
commit
b3e8b5111d
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -53,7 +53,7 @@ const routingTableTemplate = `
|
||||||
<th>Network range</th>
|
<th>Network range</th>
|
||||||
<th>Extended?</th>
|
<th>Extended?</th>
|
||||||
<th>Distance</th>
|
<th>Distance</th>
|
||||||
<th>Last seen<th>
|
<th>Last seen</th>
|
||||||
<th>Port</th>
|
<th>Port</th>
|
||||||
</tr></thead>
|
</tr></thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
Loading…
Reference in a new issue