blob: fff4a03d2519cbc2324aaf9a06fde0151877b7b8 [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
-------------------------------------------------------------------------------->
<div class="dashboard-header">
<span class="dashboard-header-title">Stellungnahmen öffentlicher Belange</span>
</div>
<div class="dashboard">
<app-dashboard-list
[appItems]="unfinishedStatements$ | async"
[appTitle]="'Aktive Vorgänge'"
class="dashboard-list">
</app-dashboard-list>
<app-dashboard-list
[appItems]="finishedStatements$ | async"
[appTitle]="'Abgeschlossene Vorgänge'"
class="dashboard-list">
</app-dashboard-list>
</div>