Sync Integ to Master
[sdc.git] / catalog-ui / src / app / ng2 / pages / connection-wizard / properties-step / properties-step.component.html
1 <div class="title">
2     <span class="capability-name">
3         {{(connectWizardService.selectedMatch.capability && connectWizardService.selectedMatch.capability.getTitle()) || connectWizardService.selectedMatch.relationship.relation.capability}}
4     </span>
5 </div>
6 <div class="properties-table-container">
7     <properties-table class="properties-table"
8                       (propertyChanged)="propertyValueChanged($event)"
9                       [fePropertiesMap]="capabilityPropertiesMap"
10                       [selectedPropertyId]="''"
11                       [hidePropertyType]="true">
12     </properties-table>
13 </div>