Manually undo unintended changes

This commit is contained in:
jolo
2017-01-20 01:40:02 +01:00
parent 4bf27d1dae
commit b0ab39e07f
2 changed files with 1 additions and 2 deletions

View File

@@ -20,7 +20,6 @@ func apiGraph(c *gin.Context) {
ext := c.Params.ByName("ext")
layout := c.Request.URL.Query().Get("layout")
fmt.Printf("Layout is: "+layout)
factory := context.CollectionFactory()

View File

@@ -87,7 +87,7 @@ func BuildGraph(collectionFactory *CollectionFactory, layout string) (gographviz
description := snapshot.Description
if snapshot.SourceKind == "repo" {
description = "Snapshot from repo\n"
description = "Snapshot from repo"
}
graph.AddNode("aptly", snapshot.UUID, map[string]string{