fill color for host boxes
This commit is contained in:
parent
c0ec5a35db
commit
c1b69d1511
2 changed files with 9 additions and 4 deletions
|
@ -100,7 +100,7 @@ nodeId r =
|
|||
node :: (M.Map UUID String) -> [Git.Repo] -> Git.Repo -> String
|
||||
node umap fullinfo r = unlines $ n:edges
|
||||
where
|
||||
n = Dot.subGraph (hostname r) (basehostname r) $
|
||||
n = Dot.subGraph (hostname r) (basehostname r) "grey" $
|
||||
decorate $ Dot.graphNode (nodeId r) (repoName umap r)
|
||||
edges = map (edge umap fullinfo r) (Git.remotes r)
|
||||
decorate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue