Test: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Manual revert |
No edit summary |
||
Line 1: | Line 1: | ||
<div style="float:right; margin: 0px 0px 0px 0px"> | <div style="float:right; margin: 0px 0px 0px 0px"> | ||
<graphviz border= | <graphviz border="frame" format="svg"> | ||
digraph | digraph AdministrationDiagram { | ||
node [shape=oval style=filled fillcolor=orange fontsize="7pt"]; | node [shape=oval style=filled fillcolor=orange fontsize="7pt"]; | ||
//----- System Administration graph | |||
// Nodes | |||
SystemAdministration [label="System Administration"]; | |||
GenericAdmin [label="Generic" URL="[[#Generic]]"]; | |||
TechnicalAdmin [label="Technical" URL="[[#Technical]]"]; | |||
// Edges | |||
SystemAdministration -> GenericAdmin; | |||
SystemAdministration -> TechnicalAdmin; | |||
} | } | ||
</graphviz> | </graphviz> | ||
</div> | </div> |