diff --git a/cmd/controlcenter/cc/assets/templates/crd.html b/cmd/controlcenter/cc/assets/templates/crd.html index 5bd06d86..7e781ac7 100644 --- a/cmd/controlcenter/cc/assets/templates/crd.html +++ b/cmd/controlcenter/cc/assets/templates/crd.html @@ -137,7 +137,7 @@
Queue
{{ .CRD.QueueDepth }}
-
Max: {{ .CRD.MaxQueueDepth }}
+
Limit: {{ .CRD.MaxQueueDepth }}
Reconciles
@@ -165,10 +165,13 @@

Worker Pool

- {{ .CRD.WorkersProcessing }} of {{ .CRD.Workers }} workers actively processing + {{ .CRD.WorkersProcessing }} of {{ .CRD.WorkersActive }} workers actively processing + {{ if ne .CRD.WorkersActive .CRD.Workers }}(scaled from {{ .CRD.Workers }}){{ end }}
-
+ {{ if gt .CRD.WorkersActive 0 }} +
+ {{ end }}
@@ -231,7 +234,7 @@

Worker Pool

- {{ if .CRD.AutoscalerEnabled }} + {{ if and .CRD.AutoscalerEnabled .CRD.AutoscalerWorkers }} {{ $aw := .CRD.AutoscalerWorkers }}
@@ -275,26 +278,110 @@

-