Merge pull request #1065 from thaJeztah/fix-kube-alignment

Fix component information alignment
This commit is contained in:
Vincent Demeester 2018-05-18 14:54:42 +02:00 committed by GitHub
commit b15c3cfec9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ Server:{{if ne .Platform.Name ""}} {{.Platform.Name}}{{end}}
Version: {{$component.Version}}
{{- $detailsOrder := getDetailsOrder $component}}
{{- range $key := $detailsOrder}}
{{$key}}: {{index $component.Details $key}}
{{$key}}: {{index $component.Details $key}}
{{- end}}
{{- end}}
{{- end}}