probe-list/detail modified

This commit is contained in:
insanity
2018-06-15 12:56:54 +09:00
parent 1aced160a2
commit d3d4ab68a5
7 changed files with 63 additions and 20 deletions

View File

@@ -8,9 +8,10 @@
<tr>
<th>Probe Name</th>
<th>Uptime</th>
<th style="width:10em">IP</th>
<th style="width:8em">OS</th>
<th style="width:10em">CIDR</th>
<th style="width:10em">Host IP</th>
<th style="width:8em">OS</th>
<th style="width:10em">Iface</th>
<th pResizableColumn>Targets</th>
<th style="width:8em">Authroized at</th>
<th style="width:9em">Authroized by</th>
@@ -20,9 +21,10 @@
<tr [pSelectableRow]="probeHost">
<td>{{probeHost.probe.name}}</td>
<td>{{getUptime(probeHost.probe)}}</td>
<td></td>
<td></td>
<td>{{probeHost.probe.cidr}}</td>
<td>{{probeHost.infraHost.infraHostIP[0].address}}</td>
<td>{{probeHost.infraHost.infraHostOS.name}}</td>
<td>{{probeHost.infraHost.infraZone.iface}}</td>
<td>{{probeHost.probe.targetCount}}</td>
<td>{{probeHost.probe.authorizeDate | date: 'dd.MM.yyyy'}}</td>
<td>{{probeHost.probe.authorizeMember.name}}</td>