Catalog alignment
[sdc.git] / catalog-ui / src / app / ng2 / pages / properties-assignment / properties-assignment.page.component.html
index 580c362..8d4215a 100644 (file)
@@ -18,7 +18,7 @@
     <div class="main-content">
         <div class="left-column">
             <div class="main-tabs-section">
-                <tabs #propertyInputTabs tabStyle="round-tabs" (tabChanged)="tabChanged($event)" [hideIndicationOnTabChange]="true">
+                <tabs #propertyInputTabs tabStyle="round-tabs" (tabChanged)="tabChanged($event)" [hideIndicationOnTabChange]="true" >
                     <tab tabTitle="Properties">
                         <properties-table class="properties-table"
                             [fePropertiesMap]="instanceFePropertiesMap"
                     </tab>
                     <tab tabTitle="Inputs">
                         <inputs-table class="properties-table"
-                                      [readonly]="isReadonly"
-                                      [inputs]="inputs | searchFilter:'name':searchQuery"
-                                      [instanceNamesMap]="componentInstanceNamesMap"
-                                      [isLoading]="loadingInputs"
-                                      (deleteInput)="deleteInput($event)"
-                                      (inputChanged)="dataChanged($event)">
+                            [fePropertiesMap]="instanceFePropertiesMap"
+                            [readonly]="isReadonly"
+                            [inputs]="inputs | searchFilter:'name':searchQuery"
+                            [instanceNamesMap]="componentInstanceNamesMap"
+                            [isLoading]="loadingInputs"
+                            (deleteInput)="deleteInput($event)"
+                            (inputChanged)="dataChanged($event)">
                         </inputs-table>
                     </tab>
                     <tab tabTitle="Policies">