File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ var portsTmplRowSrc = `{{- range . }}
18
18
{{- $isWildcard := .IsWildcard }}
19
19
{{- $state := .State }}
20
20
{{- range .ExposedPorts }}
21
- {{ $id }} {{ $upstreamPort }} {{ .Protocol }} {{ formatURL .Protocol $hostname }} {{ $isWildcard }} {{ printf "%-12s" $state }}
21
+ {{ $id }} {{ $upstreamPort }} {{ .Protocol }} {{ formatURL .Protocol $hostname }} {{ $isWildcard }} {{ $state }}
22
22
{{- end }}
23
23
{{- end }}`
24
24
var portsTmplSrc = fmt .Sprint (portsTmplHeaderSrc ) + portsTmplRowSrc
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ var vmPortsTmplRowSrc = `{{- range . }}
17
17
{{- $hostname := .Hostname }}
18
18
{{- $state := .State }}
19
19
{{- range .ExposedPorts }}
20
- {{ $id }} {{ $upstreamPort }} {{ .Protocol }} {{ formatURL .Protocol $hostname }} {{ printf "%-12s" $state }}
20
+ {{ $id }} {{ $upstreamPort }} {{ .Protocol }} {{ formatURL .Protocol $hostname }} {{ $state }}
21
21
{{- end }}
22
22
{{- end }}`
23
23
var vmPortsTmplSrc = fmt .Sprint (vmPortsTmplHeaderSrc ) + vmPortsTmplRowSrc
You can’t perform that action at this time.
0 commit comments