|
|
@ -11,7 +11,9 @@ |
|
|
|
<th class="col-xs-1 col-sm-1 col-md-1 col-lg-1">#</th> |
|
|
|
<th class="col-xs-1 col-sm-1 col-md-1 col-lg-1">{{'label.address' | translate}}</th> |
|
|
|
<th class="col-xs-1 col-sm-1 col-md-1 col-lg-1">{{'label.protocol' | translate}}</th> |
|
|
|
<!-- TODO: Display status when the WATCHDOG_EXPIRED bug is fixed. |
|
|
|
<th class="col-xs-2 col-sm-2 col-md-1 col-lg-1">{{'label.status' | translate}}</th> |
|
|
|
--> |
|
|
|
<th class="col-xs-2 col-sm-2 col-md-1 col-lg-1">{{'label.active' | translate}}</th> |
|
|
|
<th class="col-xs-3 col-sm-3 col-md-2 col-lg-2">{{'label.lastSeen' | translate}}</th> |
|
|
|
<th class="col-xs-2 col-sm-2 col-md-1 col-lg-1">{{'label.payee' | translate}}</th> |
|
|
@ -23,7 +25,9 @@ |
|
|
|
<td>{{(currentPage - 1) * pageSize + index + 1}}</td> |
|
|
|
<td>{{item.ip}}</td> |
|
|
|
<td>{{item.protocol}}</td> |
|
|
|
<!-- TODO: Display status when the WATCHDOG_EXPIRED bug is fixed. |
|
|
|
<td>{{item.status}}</td> |
|
|
|
--> |
|
|
|
<td>{{Math.max(item.activeSeconds, 0) | amDuration:'seconds'}}</td> |
|
|
|
<td>{{item.lastSeen * 1000 | date:'MMMM d, y, h:mm:ss a'}}</td> |
|
|
|
<td> |
|
|
|