spaces between qcow image names in output

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-11-03 01:30:08 -05:00
parent 1c2bdfa398
commit 173e9ef1f4
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ func dumpDroplets(w http.ResponseWriter, full bool) {
if full {
var filenames string
for _, disk := range d.Disks {
filenames += disk.Filename
filenames += disk.Filename + " "
}
// this needs to be turned on