22 lines
649 B
HTML
22 lines
649 B
HTML
<div class="sidenav-container call" fxFlexFill fxLayout="column">
|
|
<div class="title-section" fxFlex="0 0 50px" fxLayout="row">
|
|
<div class="title">
|
|
<h3 fxFlex="1 1 auto">{{ 'call:label.call' | ucapI18n }}</h3>
|
|
</div>
|
|
</div>
|
|
<div class="extra-box" fxFlex="0 0 50px">
|
|
<app-organization-search-for-tenant
|
|
[isBackspaceCanceled]="isBackspaceCanceled"
|
|
[(searchData)]="companySearchData"
|
|
(canceled)="onSearchCancel()"
|
|
>
|
|
</app-organization-search-for-tenant>
|
|
</div>
|
|
|
|
<div fxFlex="1 1 auto">
|
|
<app-sections-call-list
|
|
[searchObj]="companySearchData"
|
|
></app-sections-call-list>
|
|
</div>
|
|
</div>
|