11 lines
667 B
HTML
11 lines
667 B
HTML
|
noauthprobe_detail
|
||
|
<!-- <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.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 (click)="remove(probeHost)"></button>
|
||
|
<button class="ui-button-width-fit" type="button" label="Discovery" icon="ui-icon-search" pButton (click)="discovery.emit(probeHost.id)"></button>
|
||
|
</div>
|
||
|
</p-panel> -->
|