feat(aa-log): improve profile rendering.

This commit is contained in:
Alexandre Pujol 2024-01-21 11:58:44 +00:00
parent 243e4efb09
commit c8f37afe9a
Failed to generate hash of commit

View file

@ -238,7 +238,9 @@
{{- if eq .Access "bind" -}}
{{ " bind bus=" }}{{ .Bus }}{{ " name=" }}{{ .Name }}
{{- else -}}
{{ " " }}{{ .Access }}
{{- with .Access -}}
{{ " " }}{{ . }}
{{- end -}}
{{- with .Bus -}}
{{ " bus=" }}{{ . }}
{{- end -}}