blob: b8e3b73347a8ba7f42a1fd16fd59a0f225c03f52 [file] [log] [blame]
<!-------------------------------------------------------------------------------
* Copyright (c) 2020 Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0
*
* SPDX-License-Identifier: EPL-2.0
-------------------------------------------------------------------------------->
<span *ngIf="appCaption" class="dashboard-list--caption">
{{appCaption}}
</span>
<app-statement-table
[appColumns]="(large$ | async)?.matches ? columns : columnsShort"
[appEntries]="appEntries"
[appShowAlert]="true"
[appShowContributionStatusForMyDepartment]="appShowContributionStatusForMyDepartment"
[appStatementTypeOptions]="appStatementTypeOptions"
class="openk-table---last-row-without-border dashboard-list--table">
</app-statement-table>
<span *ngIf="appShowSubCaption"
class="dashboard-list--sub-caption">
<ng-content></ng-content>
</span>