test
This commit is contained in:
@@ -22,12 +22,12 @@
|
||||
<td>{{probeHost.probe.name}}</td>
|
||||
<td>{{getUptime(probeHost.probe)}}</td>
|
||||
<td>{{probeHost.probe.cidr}}</td>
|
||||
<td>{{probeHost.infraHost.infraHostIPs[0].address}}</td>
|
||||
<td>{{probeHost.infraHost.infraHostOS.name}}</td>
|
||||
<td>{{probeHost.infraHost.infraZone.iface}}</td>
|
||||
<td>{{probeHost.infraHost.infraHostIPs ? probeHost.infraHost.infraHostIPs[0].address : ''}}</td>
|
||||
<td>{{probeHost.infraHost.infraHostOS ? probeHost.infraHost.infraHostOS.name : '' }}</td>
|
||||
<td>{{probeHost.infraHost.infraZone ? 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>
|
||||
<td>{{probeHost.probe.authorizeMember.name || ''}}</td>
|
||||
</tr>
|
||||
</ng-template>
|
||||
</p-table>
|
||||
|
||||
Reference in New Issue
Block a user