Translations:System administration/1/en: Difference between revisions

From ARIS
Jump to navigation Jump to search
FuzzyBot (talk | contribs)
Importing a new version from external source
FuzzyBot (talk | contribs)
Importing a new version from external source
Tag: Manual revert
 
Line 1: Line 1:
<div style="float:right; margin: 0px 0px 0px 0px">
This groups all knobs that allow to manage and adapt the behavior of ARIS to the needs of the laboratory and user preferences.
<graphviz border="frame" format="svg">
They are grouped in two to facilitate their access.
digraph AdministrationDiagram {
The first one is more generic and allows both laboratory supervisor and system administration to access some basic stuff.
  node [shape=oval style=filled fillcolor=orange fontsize="9pt"];
The second one is only available to the system administrator, since it is considered to require more advance technological skills.
  //----- 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>

Latest revision as of 11:46, 1 February 2024

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (System administration)
This groups all knobs that allow to manage and adapt the behavior of ARIS to the needs of the laboratory and user preferences.
They are grouped in two to facilitate their access. 
The first one is more generic and allows both laboratory supervisor and system administration to access some basic stuff.
The second one is only available to the system administrator, since it is considered to require more advance technological skills.

This groups all knobs that allow to manage and adapt the behavior of ARIS to the needs of the laboratory and user preferences. They are grouped in two to facilitate their access. The first one is more generic and allows both laboratory supervisor and system administration to access some basic stuff. The second one is only available to the system administrator, since it is considered to require more advance technological skills.