17 lines
		
	
	
		
			960 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			960 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<of-error-message [error]="error$ | async" [closable]="false"></of-error-message>
 | 
						|
<of-block-progressbar [target]="content" [pending]="pending$ | async"></of-block-progressbar>
 | 
						|
 | 
						|
<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>
 | 
						|
 | 
						|
 | 
						|
<!-- <p-confirmDialog header="Confirmation" icon="fa ui-icon-warning" width="425"></p-confirmDialog>
 | 
						|
<p-growl [(value)]="msgs"></p-growl> --> |