Test: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
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 GenericAdminDiagram { | ||
node [shape=oval style=filled fillcolor=orange fontsize="7pt"]; | node [shape="oval" style=filled fillcolor="orange" fontsize="7pt"]; | ||
//----- System Administration graph | |||
// Nodes | |||
Generic [label="Generic"]; | |||
Users [label="Users" shape=tab URL="[[Aris:System administration#Users]]"]; | |||
AccessLog [label="Access Log" shape=tab URL="[[Aris:System administration#Access_log]]"]; | |||
DownloadedFields [label="Downloaded Fields" shape=tab URL="[[Aris:System administration#Downloaded_fields]]"]; | |||
// Edges | |||
Generic -> Users | |||
Generic -> AccessLog | |||
Generic -> DownloadedFields | |||
} | |||
</graphviz> | |||
</div> | |||
<div style="float:right; margin: 0px 0px 0px 0px"> | |||
<graphviz border='frame' format='svg'> | |||
digraph TechnicalAdminDiagram { | |||
node [shape=oval style=filled fillcolor=orange fontsize="7pt"] | |||
//----- System Administration graph | |||
// Nodes | |||
Technical [label="Technical"]; | |||
SummaryOfInstances [label="Summary of Instances" shape=tab URL="[[Aris:System administration#Summary_of_instances]]"]; | |||
Roles [label="Roles" shape=tab URL="[[Aris:System administration#Roles]]"]; | |||
Parameters [label="Parameters" shape=tab URL="[[Aris:System administration#Parameters]]"]; | |||
// Edges | |||
Technical -> SummaryOfInstances ; | |||
Technical -> Roles; | |||
Technical -> Parameters; | |||
} | } | ||
</graphviz> | </graphviz> | ||
</div> | </div> |