spaces between qcow image names in output
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
1c2bdfa398
commit
173e9ef1f4
2
dump.go
2
dump.go
|
@ -62,7 +62,7 @@ func dumpDroplets(w http.ResponseWriter, full bool) {
|
||||||
if full {
|
if full {
|
||||||
var filenames string
|
var filenames string
|
||||||
for _, disk := range d.Disks {
|
for _, disk := range d.Disks {
|
||||||
filenames += disk.Filename
|
filenames += disk.Filename + " "
|
||||||
}
|
}
|
||||||
|
|
||||||
// this needs to be turned on
|
// this needs to be turned on
|
||||||
|
|
Loading…
Reference in New Issue