This commit is contained in:
Andy Bunce 2025-02-21 23:25:47 +00:00
parent fe5a322ee7
commit 47c67bf8ec
2 changed files with 116 additions and 132 deletions

View file

@ -70,17 +70,11 @@ digraph saffron {
label = "odroid-n2";
bgcolor = "#FFDEAD";
f1 [label = "kodi:8080";href = "http://odroid-n2:8080";tooltip = "kodi";];
subgraph cluster_x {
label="Manage";
labeljust=l;
fontsize=14;
rankdir = LR;
rank="max";
ranksep=0.3;
bgcolor=yellow ;
x1 [label = "p";shape = "oval";href = "https://odroid-n2:9443";tooltip = "portainer";];
x2 [label = "n";shape = "oval";href = "http://odroid-n2:19999";tooltip = "netdata";];
x1->x2
subgraph x {
x1 [label = "p";shape = "oval";href = "https://odroid-n2:9443";tooltip = "portainer"; fillcolor=yellow ;];
x2 [label = "n";shape = "oval";href = "http://odroid-n2:19999";tooltip = "netdata"; fillcolor=yellow ;];
x1->x2[style=invis]
}
}
subgraph cluster_g {