Translations:System administration/1/en: Difference between revisions
Jump to navigation
Jump to search
Importing a new version from external source |
Importing a new version from external source |
||
| Line 1: | Line 1: | ||
<div style="float:right; margin: 0px 0px 0px 0px"> | |||
<graphviz border="frame" format="svg"> | |||
digraph AdministrationDiagram { | |||
node [shape=oval style=filled fillcolor=orange fontsize="9pt"]; | |||
//----- System Administration graph | |||
// Nodes | |||
SystemAdministration [label="System Administration"]; | |||
Generic [label="Generic" URL="#Generic"]; | |||
Technical [label="Technical" URL="#Technical"]; | |||
Users [label="Users" shape=tab URL="#Users"]; | |||
AccessLog [label="Access Log" shape=tab URL="#Access_log"]; | |||
DownloadedFields [label="Downloaded Fields" shape=tab URL="#Downloaded_fields"]; | |||
SummaryOfInstances [label="Summary of Instances" shape=tab URL="#Summary_of_instances"]; | |||
Roles [label="Roles" shape=tab URL="#Roles"]; | |||
Parameters [label="Parameters" shape=tab URL="#Parameters"]; | |||
// Edges | |||
SystemAdministration -> Generic; | |||
SystemAdministration -> Technical; | |||
// Edges | |||
Generic -> Users; | |||
Generic -> AccessLog; | |||
Generic -> DownloadedFields; | |||
// Edges | |||
Technical -> SummaryOfInstances; | |||
Technical -> Roles; | |||
Technical -> Parameters; | |||
} | |||
</graphviz> | |||
</div> | |||