|
|
@ -24,7 +24,7 @@ |
|
|
|
<td>{{item.ip}}</td> |
|
|
|
<td>{{item.protocol}}</td> |
|
|
|
<td>{{item.status}}</td> |
|
|
|
<td>{{item.activeSeconds}}</td> |
|
|
|
<td>{{Math.max(item.activeSeconds, 0) | amDuration:'seconds'}}</td> |
|
|
|
<td>{{item.lastSeen * 1000 | date:'MMMM d, y, h:mm:ss a'}}</td> |
|
|
|
<td> |
|
|
|
<a routerLink="/addresses/{{item.payee}}">{{item.payee}}</a> |
|
|
|