Skip to content

Commit

Permalink
Regenerate templ files
Browse files Browse the repository at this point in the history
  • Loading branch information
fingon committed Jul 1, 2024
1 parent 2bc5c15 commit b5b538f
Show file tree
Hide file tree
Showing 8 changed files with 775 additions and 586 deletions.
384 changes: 219 additions & 165 deletions base_templ.go

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions log.templ
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
// -*- html -*-
package main

import "github.com/fingon/lixie/data"
import "strconv"
import (
"github.com/fingon/lixie/data"
"strconv"
)

templ LogListRuleLink(rule *data.LogRule) {
if rule != nil {
Expand Down
8 changes: 5 additions & 3 deletions log_rule.templ
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
// -*- html -*-
package main

import "github.com/fingon/lixie/data"
import "fmt"
import "strconv"
import (
"fmt"
"github.com/fingon/lixie/data"
"strconv"
)

templ LogRuleEdit(st State, rule data.LogRule, rules *LogRuleListModel, logs *LogListModel) {
@Base(st, TopLevelLogRule, ruleTitle(rule)) {
Expand Down
38 changes: 20 additions & 18 deletions log_rule_summary_templ.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b5b538f

Please sign in to comment.