This commit is contained in:
insanity 2018-09-12 15:23:55 +09:00
parent 668efdc5a6
commit 25ee4cd227

View File

@ -47,11 +47,9 @@
</li>
</ul>
</p-tabPanel>
</div>
</p-tabPanel>
<p-tabPanel header="Ports" *ngIf="host.portList">
<p-listbox [options]="ports" [(ngModel)]="selectedPort" optionLabel="name"></p-listbox>
</p-tabPanel>
</p-tabView>
<p-tabPanel header="Ports" *ngIf="host.portList">
<p-listbox [options]="ports" [(ngModel)]="selectedPort" optionLabel="name"></p-listbox>
</p-tabPanel>
</p-tabView>
</div>