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 AuditPage(result *admin.AuditResult) templ.Component + func DatacenterDetailPage(data DatacenterDetailData) templ.Component + func DatacenterFormPage(data DatacenterFormData) templ.Component + func DatacentersPage(data DatacentersPageData) templ.Component + func DeployCreatePage(data DeployFormData) templ.Component + func DeployRollbackPage(data RollbackFormData) templ.Component + func DeploymentDetailPage(dep *deploy.Deployment, rel *deploy.Release) templ.Component + func DeploymentsPage(inst *instance.Instance, result *deploy.DeployListResult) templ.Component + func DeploymentsSelectInstancePage(instances []*instance.Instance) templ.Component + func EventsPage(data EventsPageData) templ.Component + func HealthPage(rows []InstanceHealthRow) templ.Component + func InstanceDetailPage(data InstanceDetailData) templ.Component + func InstancesPage(result *instance.ListResult) templ.Component + func NetworkPage(inst *instance.Instance, domains []network.Domain, routes []network.Route, ...) templ.Component + func NetworkSelectInstancePage(instances []*instance.Instance) templ.Component + func OverviewPage(stats *admin.SystemStats, providers []admin.ProviderStatus, ...) templ.Component + func ProviderDetailPage(data ProviderDetailData) templ.Component + func ProvidersPage(data ProviderListData) templ.Component + func SecretsPage(inst *instance.Instance, secs []secrets.Secret) templ.Component + func SecretsSelectInstancePage(instances []*instance.Instance) templ.Component + func TemplateDetailPage(data TemplateDetailPageData) templ.Component + func TemplateFormPage(data TemplateFormData) templ.Component + func TemplatesPage(data TemplateListPageData) templ.Component + func TenantDetailPage(tenant *admin.Tenant, quota *admin.QuotaUsage) templ.Component + func TenantsPage(result *admin.TenantListResult) templ.Component + func WorkerDetailPage(data WorkerDetailData) templ.Component + func WorkersPage(data WorkersPageData) templ.Component + type DatacenterDetailData struct + Datacenter *datacenter.Datacenter + InstanceCount int + Instances []*instance.Instance + Tab string + type DatacenterFormData struct + Error string + Providers []admin.ProviderStatus + RedirectURL string + Success string + type DatacentersPageData struct + Datacenters []*datacenter.Datacenter + InstanceCounts map[string]int + StatusFilter string + Total int + type DeployFormData struct + Error string + Instance *instance.Instance + Instances []*instance.Instance + RedirectURL string + SelectedTemplate *deploy.Template + Success string + Templates []*deploy.Template + type EventsPageData struct + Events []*event.Event + FilterType string + type InstanceDetailData struct + Deployments *deploy.DeployListResult + Domains []network.Domain + Health *health.InstanceHealth + HealthChecks []health.HealthCheck + Instance *instance.Instance + Releases *deploy.ReleaseListResult + Routes []network.Route + Secrets []secrets.Secret + Tab string + TelemetryDashboard *telemetry.DashboardData + type InstanceHealthRow struct + Health *health.InstanceHealth + Instance *instance.Instance + type ProviderDetailData struct + HealthTest *admin.ProviderHealthResult + Instances []*instance.Instance + Provider admin.ProviderStatus + type ProviderListData struct + Providers []admin.ProviderStatus + type RollbackFormData struct + Error string + Instance *instance.Instance + Releases []*deploy.Release + Success string + type TemplateDetailPageData struct + Error string + RedirectURL string + Success string + Template *deploy.Template + type TemplateFormData struct + Error string + Success string + Template *deploy.Template + type TemplateListPageData struct + Templates *deploy.TemplateListResult + type WorkerDetailData struct + Worker worker.WorkerInfo + type WorkersPageData struct + Workers []worker.WorkerInfo