This commit is contained in:
@@ -20,7 +20,7 @@ type IncidentRow struct {
|
||||
AssignmentGroup string
|
||||
AssignedTo string
|
||||
Category string
|
||||
Subcategory string
|
||||
SubCategory string
|
||||
SysID string
|
||||
}
|
||||
|
||||
@@ -71,7 +71,7 @@ templ IncidentsTable(rows []IncidentRow) {
|
||||
<td>{ row.AssignmentGroup }</td>
|
||||
<td>{ row.AssignedTo }</td>
|
||||
<td>{ row.Category }</td>
|
||||
<td>{ row.Subcategory }</td>
|
||||
<td>{ row.SubCategory }</td>
|
||||
</tr>
|
||||
}
|
||||
</tbody>
|
||||
|
Reference in New Issue
Block a user