my-test123
Version:
A planner front-end for Fabric8.
19 lines (18 loc) • 711 B
HTML
<header class="toolbar-header">
<pfng-toolbar
[config]="toolbarConfig"
[actionTemplate]="actionsTemplate"
[viewTemplate]="addTemplate"
(onFilterChange)="filterChange($event)"
(onFilterFieldSelect)="selectFilterType($event)"
(onFilterTypeAhead)="filterQueries($event)">
<ng-template #actionsTemplate>
</ng-template>
<ng-template #addTemplate>
<ng-container *ngIf="context === 'listview'">
<input type="checkbox" checked="checked" (change)="checkboxToggle($event)" name="Show Tree" id="showTree">
<label class="show-tree__label" for="showTree"> Show Tree</label>
</ng-container>
</ng-template>
</pfng-toolbar>
</header>