This commit is contained in:
crusader
2018-06-06 00:51:49 +09:00
parent d82a4beef7
commit e367ce3ee3
15 changed files with 1850 additions and 1850 deletions

View File

@@ -3,7 +3,7 @@
<p-panel *ngIf="probeHost" #content [showHeader]="false" class="block-panel">
<of-probe-general [probe]="probeHost.probe" (modified)="modifiedGeneral($event)"></of-probe-general>
<of-probe-host [infraHost]="probeHost.host"></of-probe-host>
<of-probe-host [infraHost]="probeHost.infraHost"></of-probe-host>
<div class="ui-g" dir="rtl">
<button class="ui-button-danger ui-button-width-fit" [disabled]="true" type="button" label="Remove this Probe" icon="ui-icon-close" pButton

View File

@@ -31,7 +31,7 @@
</div>
<div class="ui-g-12 ui-md-6 ui-key-value">
<of-key-value [key]="'OS'" [value]="infraHost.os.vendor.name"></of-key-value>
<of-key-value [key]="'OS'" [value]="infraHost.infraOS.metaInfraVendor.name"></of-key-value>
</div>
</div>
</div>

View File

@@ -20,8 +20,8 @@
<tr [pSelectableRow]="probeHost">
<td>{{probeHost.probe.displayName}}</td>
<td>{{getUptime(probeHost.probe)}}</td>
<td>{{probeHost.host.ipv4}}</td>
<td>{{probeHost.host.os.vendor.name}}</td>
<td>{{probeHost.infraHost.ipv4}}</td>
<td>{{probeHost.infraHost.infraOS.metaInfraVendor.name}}</td>
<td>{{probeHost.probe.cidr}}</td>
<td>{{probeHost.probe.targetCount}}</td>
<td>{{probeHost.probe.authorizeDate | date: 'dd.MM.yyyy'}}</td>