Show storage of publish on graph

This commit is contained in:
Alexander Zubarev
2023-04-13 23:36:08 +03:00
committed by Benj Fassbind
parent 1df8cff842
commit 8f53e01749

View File

@@ -119,8 +119,8 @@ func BuildGraph(collectionFactory *CollectionFactory, layout string) (gographviz
"shape": "Mrecord",
"style": "filled",
"fillcolor": "darkolivegreen1",
"label": fmt.Sprintf("%sPublished %s/%s|comp: %s|arch: %s%s", labelStart,
repo.Prefix, repo.Distribution, strings.Join(repo.Components(), " "),
"label": fmt.Sprintf("%sPublished %s|comp: %s|arch: %s%s", labelStart,
repo.GetPath(), strings.Join(repo.Components(), " "),
strings.Join(repo.Architectures, ", "), labelEnd),
})