more COBOL but the output is really easy to read now
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
c1d86fc324
commit
ca9ad75283
2
dump.go
2
dump.go
|
@ -35,7 +35,7 @@ func dumpDroplets(w http.ResponseWriter, full bool) {
|
|||
fmt.Println(w, "Droplet UUID:", d.Uuid)
|
||||
|
||||
// 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
|
||||
if d.LocalOnly != "" {
|
||||
|
|
Loading…
Reference in New Issue