Versions in this module Expand all Collapse all v1 v1.3.1 Mar 14, 2026 v1.3.0 Mar 12, 2026 Changes in this version + func AuditTable(entries []admin.AuditEntry) templ.Component + func BoolBadge(value bool, trueLabel string, falseLabel string) templ.Component + func DatacenterStatusBadge(status datacenter.Status) templ.Component + func DatacenterTable(datacenters []*datacenter.Datacenter, instanceCounts map[string]int) templ.Component + func DeployStateBadge(state deploy.DeployState) templ.Component + func DeploymentTable(deployments []*deploy.Deployment, showInstance bool) templ.Component + func DomainTable(domains []network.Domain, instanceID string) templ.Component + func EmptyState(iconName string, title string, description string) templ.Component + func EnvVarEditor(env map[string]string) templ.Component + func EventTable(events []*event.Event) templ.Component + func EventTypeBadge(eventType event.Type) templ.Component + func HealthCheckTable(checks []health.HealthCheck, instanceID string) templ.Component + func HealthStatusBadge(status health.Status) templ.Component + func HealthSummaryRow(instName string, instID string, ih *health.InstanceHealth) templ.Component + func InstanceStateBadge(state provider.InstanceState) templ.Component + func InstanceTable(instances []*instance.Instance) templ.Component + func PRGRedirect(url string) templ.Component + func ProviderCard(p admin.ProviderStatus) templ.Component + func ReleaseTable(releases []*deploy.Release) templ.Component + func ResolveIcon(iconName string, opts ...icons.Option) templ.Component + func ResourceGauge(label string, used int, limit int, unit string) templ.Component + func RouteTable(routes []network.Route, instanceID string) templ.Component + func SecretTable(secs []secrets.Secret, instanceID string) templ.Component + func StatCard(iconName string, label string, value string, subtitle string) templ.Component + func StrategySelect(selected string) templ.Component + func TemplateCard(t *deploy.Template, instanceID string) templ.Component + func TenantStatusBadge(status admin.TenantStatus) templ.Component + func TenantTable(tenants []*admin.Tenant) templ.Component + func WorkerStatusBadge(running bool) templ.Component + func WorkerTable(workers []worker.WorkerInfo) templ.Component + type HealthCounts struct + Degraded int + Healthy int + Unhealthy int + Unknown int