[mod]
This commit is contained in:
parent
fe5a322ee7
commit
47c67bf8ec
2 changed files with 116 additions and 132 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue