File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 77
77
{{- end -}}
78
78
{{- end -}}
79
79
80
+ {{- $featureDescription := $featureGateFile.Content | plainify -}}
81
+
80
82
{{- range $featureGate := $featureGateFile.Params.stages -}}
81
83
<!-- Check if the 'stage' value is valid -->
82
84
{{- $validStages := slice "alpha" "beta" "stable" "deprecated" -}}
101
103
102
104
<!-- Display feature gate information in table rows -->
103
105
< tr >
104
- < td > < code > {{- $featureGateName -}}</ code > </ td >
106
+ < td > < code title =" {{- $featureDescription -}} " > {{- $featureGateName -}}</ code > </ td >
105
107
< td > {{- if isSet $featureGate "defaultValue" -}}< code > {{- $featureGate.defaultValue -}}</ code > {{- else -}}–{{- end -}}</ td >
106
108
< td > {{- T (printf "feature_gate_stage_%s" $featureGate.stage) -}}</ td >
107
109
< td > {{- $featureGate.fromVersion -}}</ td >
You can’t perform that action at this time.
0 commit comments