more COBOL but the output is really easy to read now

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-11-01 00:58:28 -05:00
parent c1d86fc324
commit ca9ad75283
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ func dumpDroplets(w http.ResponseWriter, full bool) {
fmt.Println(w, "Droplet UUID:", d.Uuid) fmt.Println(w, "Droplet UUID:", d.Uuid)
// this line in golang could replace 80 lines of COBOL // this line in golang could replace 80 lines of COBOL
header := d.SprintDumpHeader() header := d.SprintDumpHeader() + " "
// check if this is a locally defined libvirt domain that needs to be imported // check if this is a locally defined libvirt domain that needs to be imported
if d.LocalOnly != "" { if d.LocalOnly != "" {