diff --git a/base_templ.go b/base_templ.go index 206c25c..deccda1 100644 --- a/base_templ.go +++ b/base_templ.go @@ -1,6 +1,8 @@ // Code generated by templ - DO NOT EDIT. -// templ: version: v0.2.663 +// templ: version: v0.2.680 +// -*- html -*- + package main //lint:file-ignore SA4006 This context is only used if a nested component is present. diff --git a/log_rule_templ.go b/log_rule_templ.go index c190db5..2497050 100644 --- a/log_rule_templ.go +++ b/log_rule_templ.go @@ -1,6 +1,8 @@ // Code generated by templ - DO NOT EDIT. -// templ: version: v0.2.663 +// templ: version: v0.2.680 +// -*- html -*- + package main //lint:file-ignore SA4006 This context is only used if a nested component is present. diff --git a/log_templ.go b/log_templ.go index 6263a81..0467bb1 100644 --- a/log_templ.go +++ b/log_templ.go @@ -1,6 +1,8 @@ // Code generated by templ - DO NOT EDIT. -// templ: version: v0.2.663 +// templ: version: v0.2.680 +// -*- html -*- + package main //lint:file-ignore SA4006 This context is only used if a nested component is present. @@ -695,7 +697,7 @@ func LogList(m LogListModel) templ.Component { var templ_7745c5c3_Var43 string templ_7745c5c3_Var43, templ_7745c5c3_Err = templ.JoinStringErrs(strconv.Itoa(m.TotalCount)) if templ_7745c5c3_Err != nil { - return templ.Error{Err: templ_7745c5c3_Err, FileName: `log.templ`, Line: 165, Col: 33} + return templ.Error{Err: templ_7745c5c3_Err, FileName: `log.templ`, Line: 167, Col: 33} } _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString(templ.EscapeString(templ_7745c5c3_Var43)) if templ_7745c5c3_Err != nil { @@ -708,7 +710,7 @@ func LogList(m LogListModel) templ.Component { var templ_7745c5c3_Var44 string templ_7745c5c3_Var44, templ_7745c5c3_Err = templ.JoinStringErrs(strconv.Itoa(m.FilteredCount)) if templ_7745c5c3_Err != nil { - return templ.Error{Err: templ_7745c5c3_Err, FileName: `log.templ`, Line: 167, Col: 36} + return templ.Error{Err: templ_7745c5c3_Err, FileName: `log.templ`, Line: 169, Col: 36} } _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString(templ.EscapeString(templ_7745c5c3_Var44)) if templ_7745c5c3_Err != nil { diff --git a/main_templ.go b/main_templ.go index 70358dc..edb53c8 100644 --- a/main_templ.go +++ b/main_templ.go @@ -1,6 +1,8 @@ // Code generated by templ - DO NOT EDIT. -// templ: version: v0.2.663 +// templ: version: v0.2.680 +// -*- html -*- + package main //lint:file-ignore SA4006 This context is only used if a nested component is present.