Skip to content
Snippets Groups Projects
Commit c1a47e0f authored by OZGCloud's avatar OZGCloud
Browse files

add header to wiedervorlage table

parent 6b2778d4
Branches
Tags
No related merge requests found
<div *ngIf="wiedervorlagenStateResource$ | async as wiedervorlagenStateResource" class="foreground">
<table>
<table aria-label="Wiedervorlagenliste">
<tr>
<th>Wiedervorlage</th>
<th>&nbsp;</th>
<th>Frist</th>
</tr>
<tr *ngFor="let wiedervorlageResource of wiedervorlagenStateResource.resource">
<td class="name" data-test-class="betreff">{{ wiedervorlageResource.betreff }}</td>
<td>
......
......@@ -36,11 +36,16 @@
width: 72px;
}
td {
td,
th {
margin: 0;
padding: 4px;
}
th {
text-align: left;
}
table {
border-collapse: collapse;
border-spacing: 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment