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

fix sonarqube bugs in antragsteller table

parent 88f3d617
Branches
Tags
No related merge requests found
<table>
<tr>
<th>Antragsteller Formularfeld</th>
<th>Antragsteller Formulareingabe</th>
</tr>
<tr>
<td class="key">Anrede</td>
<td class="value">{{ antragsteller.anrede }}</td>
......
<table>
<table aria-label="Antragstellerdaten">
<tr *ngFor="let row of formData | keyvalue: objectToBottom">
<td colspan="2" *ngIf="isObject(row.value); else keyValueEntry">
......
......@@ -18,3 +18,7 @@ td {
.value {
word-break: break-word;
}
th {
display: none;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment