Added messages and menu links + tests

This commit is contained in:
lotte
2020-03-30 10:58:45 +02:00
committed by Art Lowel
parent b666e3f208
commit c225c9015e
9 changed files with 203 additions and 79 deletions

View File

@@ -1,5 +1,5 @@
<div class="container">
<h2>{{'process.page.overview.title' | translate}}</h2>
<h2>{{'process.overview.title' | translate}}</h2>
<ds-pagination *ngIf="(processesRD$ | async)?.payload?.totalElements > 0"
[paginationOptions]="pageConfig"
[pageInfoState]="(processesRD$ | async)?.payload"
@@ -10,12 +10,12 @@
<table class="table table-striped table-hover table-responsive">
<thead>
<tr>
<th scope="col">{{'process.page.overview.table.id' | translate}}</th>
<th scope="col">{{'process.page.overview.table.name' | translate}}</th>
<th scope="col">{{'process.page.overview.table.user' | translate}}</th>
<th scope="col">{{'process.page.overview.table.start' | translate}}</th>
<th scope="col">{{'process.page.overview.table.finish' | translate}}</th>
<th scope="col">{{'process.page.overview.table.status' | translate}}</th>
<th scope="col">{{'process.overview.table.id' | translate}}</th>
<th scope="col">{{'process.overview.table.name' | translate}}</th>
<th scope="col">{{'process.overview.table.user' | translate}}</th>
<th scope="col">{{'process.overview.table.start' | translate}}</th>
<th scope="col">{{'process.overview.table.finish' | translate}}</th>
<th scope="col">{{'process.overview.table.status' | translate}}</th>
</tr>
</thead>
<tbody>