refactor: modularize audit and harden build validation
This commit is contained in:
@@ -100,7 +100,7 @@ tbody tr:hover td{background:rgba(0,0,0,.03)}
|
||||
func layoutNav(active string, buildLabel string) string {
|
||||
type navItem struct {
|
||||
id, label, href string
|
||||
sep bool
|
||||
sep bool
|
||||
}
|
||||
items := []navItem{
|
||||
{id: "dashboard", label: "Dashboard", href: "/"},
|
||||
|
||||
Reference in New Issue
Block a user