mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
Added messages and menu links + tests
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user