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>
|
||||
|
@@ -28,7 +28,7 @@ type IncidentRow struct {
|
||||
AssignmentGroup string
|
||||
AssignedTo string
|
||||
Category string
|
||||
Subcategory string
|
||||
SubCategory string
|
||||
SysID string
|
||||
}
|
||||
|
||||
@@ -248,7 +248,7 @@ func IncidentsTable(rows []IncidentRow) templ.Component {
|
||||
return templ_7745c5c3_Err
|
||||
}
|
||||
var templ_7745c5c3_Var15 string
|
||||
templ_7745c5c3_Var15, templ_7745c5c3_Err = templ.JoinStringErrs(row.Subcategory)
|
||||
templ_7745c5c3_Var15, templ_7745c5c3_Err = templ.JoinStringErrs(row.SubCategory)
|
||||
if templ_7745c5c3_Err != nil {
|
||||
return templ.Error{Err: templ_7745c5c3_Err, FileName: `views/incidents.templ`, Line: 74, Col: 57}
|
||||
}
|
||||
|
Reference in New Issue
Block a user