summaryrefslogtreecommitdiffstats
path: root/catalog-ui/app/scripts/view-models/workspace/tabs/composition/tabs/structure/structure-view.html
blob: 2070041990884a0c0ab3381c27f6efb4e8aef73b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<perfect-scrollbar include-padding="true" class="w-sdc-designer-sidebar-tab-content">

    <div class="w-sdc-designer-sidebar-section">
        <expand-collapse expanded-selector=".w-sdc-designer-sidebar-section-content" class="w-sdc-designer-sidebar-section-title">
            Composition
            <div class="w-sdc-designer-sidebar-section-title-icon"></div>
        </expand-collapse>

        <div class="w-sdc-designer-sidebar-section-content" ng-show="selectedComponent.isComplex()">
            <structure-tree component="selectedComponent"></structure-tree>
        </div>
    </div>
</perfect-scrollbar>