summaryrefslogtreecommitdiffstats
path: root/documentation/webapp/modules.md
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/webapp/modules.md')
-rw-r--r--documentation/webapp/modules.md42
1 files changed, 21 insertions, 21 deletions
diff --git a/documentation/webapp/modules.md b/documentation/webapp/modules.md
index 883b781..9a20aa2 100644
--- a/documentation/webapp/modules.md
+++ b/documentation/webapp/modules.md
@@ -15,13 +15,13 @@ This switch also works in a group to show all subgroups and clients within this
By clicking on the collapse button <span class="tutorial-label">5</span> the view can be switched from column to tabbed.
:::
-To naviate to a group or client click on the arrow on the right <span class="tutorial-label">4</span> or double click the row.
+To navigate to a group or client click on the arrow on the right <span class="tutorial-label">4</span> or double click the row.
### Subgroup / Client
<a :href="$withBase('/img/groups_group.png')" target="_blank"><img :src="$withBase('/img/groups_group.png')" alt="BAS Groups and Clients"></a>
-After naviating to a group or client general information about this group/client is displayed at the top.
+After navigating to a group or client general information about this group/client is displayed at the top.
The information can be edited by clicking on edit button <span class="tutorial-label">1</span>.
In edit mode this button is replaced with a save button to confirm the changes.
@@ -42,11 +42,11 @@ Home view:
Group view:
* ADD SUBGROUPS - Add already existing groups to this group
* ADD CLIENTS - Add already existing clients to this group
-* REMOVE X SUBGROUPS - Remove the selected groups from this group (Does not permanently delete the groups)
-* REMOVE X CLIENTS - Remove the selected clients from this group (Does not permanently delete the clients)
+* REMOVE X SUBGROUPS - Remove the selected groups from this group (does not permanently delete the groups)
+* REMOVE X CLIENTS - Remove the selected clients from this group (does not permanently delete the clients)
Both:
-* WAKE X CLIENTS UP - Start the selected clients via Wake On Lan (Experimental feature: Does not work on all clients)
+* WAKE X CLIENTS UP - Start the selected clients via Wake On Lan (experimental feature: Does not work on all clients)
## IP Ranges
## iPXE Configurator
@@ -70,7 +70,7 @@ The event can be created right away without assigning any group, but then has to
> <span class="tutorial-label">2</span> - Enable this option, if the event has priority over other ongoing events. \
> <span class="tutorial-label">3</span> - Enable this option, if Wake-On-Lan shall be triggered for all assigned groups and clients at the start of the event. \
> <span class="tutorial-label">4</span> - Set start and end of the event. \
-> <span class="tutorial-label">5</span> - Enable to create an recurrent event.
+> <span class="tutorial-label">5</span> - Enable to create a recurrent event.
::: warning
Multiple ```important``` events on the same layer trigger dynamic menu building (see [Configloader](/api/collections.md#configloader)).
@@ -85,7 +85,7 @@ Multiple ```important``` events on the same layer trigger dynamic menu building
> <span class="tutorial-label">4</span> - Select the type of the interval. Options are ```days```, ```weeks``` and ```months```.
::: warning
-Activating the recurrent switch changes from an one-time event to an recurrent event, therefore changing the meaning of start date/time and end date/time.
+Activating the recurrent switch changes from an one-time event to a recurrent event, therefore changing the meaning of start date/time and end date/time.
The dates are now referring to the first and the last date of the event, with the event ongoing from start to end time at every day determined by the interval.
:::
@@ -98,11 +98,11 @@ While for ```2, week``` as interval the event is ongoing every 2nd week with the
### Groups and Clients
<a :href="$withBase('/img/event_manager_edit_step_2.png')" target="_blank"><img :src="$withBase('/img/event_manager_edit_step_2.png')" alt="BAS Event Manager Dialog"></a>
-Groups <span class="tutorial-label">1</span> and/or clients <span class="tutorial-label">2</span> which are affected by the event have to be selected.
+Groups <span class="tutorial-label">1</span> and/or clients <span class="tutorial-label">2</span>, which are affected by the event, have to be selected.
Selecting a group will activate the ```CONTINUE``` button.
The blacklist only shows subgroups and clients of the previously selected groups.
-The list is used for selecting groups and clients which shall be excluded of the event.
+The list is used for selecting groups and clients which shall be excluded from the event.
::: warning
If a previously selected group is inside of a blacklisted group, the previously selected group is not excluded from the event.
@@ -111,14 +111,14 @@ If a previously selected group is inside of a blacklisted group, the previously
## Client Registration
## External Backends
## iPXE Builder
-This module is all about the ```IPXE``` which gets delivered to the clients when booting over the network.
+This module is all about the ```iPXE``` which gets delivered to the clients when booting over the network.
<a :href="$withBase('/img/ipxe_builder_parameters.png')" target="_blank"><img :src="$withBase('/img/ipxe_builder_parameters.png')" alt="IPXE Builder Parameters"></a>
-The URL to the ipxe repository has to be defined <span class="tutorial-label">1</span>.
+The URL to the iPXE repository has to be defined <span class="tutorial-label">1</span>.
::: tip
-The default ipxe repository URL is <a>http://git.ipxe.org/ipxe.git</a>
+The default iPXE repository URL is <a>http://git.ipxe.org/ipxe.git</a>
:::
Instead of using the master branch, a branchname can be defined with <span class="tutorial-label">2</span>.
@@ -130,24 +130,24 @@ Custom build targets are added to the predefined list but can be removed using t
<a :href="$withBase('/img/ipxe_builder_console.png')" target="_blank"><img :src="$withBase('/img/ipxe_builder_console.png')" alt="IPXE Builder Console"></a>
The console shows the output of the building process.
-<span class="tutorial-label">1</span> cleans the repository. This includes removing the log and the cloned git files. The scripts or configs will stay.\
-<span class="tutorial-label">2</span> currently not working. (Should cancel the started building process)\
-<span class="tutorial-label">3</span> starts the buildig process.
+<span class="tutorial-label">1</span> cleans the repository, i.e. deletes the log and cloned git files but not the scripts or configs.\
+<span class="tutorial-label">2</span> currently not working (should cancel the started building process).\
+<span class="tutorial-label">3</span> starts the building process.
<a :href="$withBase('/img/ipxe_builder_editor.png')" target="_blank"><img :src="$withBase('/img/ipxe_builder_editor.png')" alt="IPXE Builder Editor"></a>
-There are multiple script/configs which can be edited. The script can be selected within the tabbar <span class="tutorial-label">1</span>.\
-The embedded script will be included in the builded ipxe using the ```EMBED=``` parameter.\
-The embedded certificate get included using the ```TRUST=``` parameter.\
-The ```general.h``` and the ```console.h``` are ipxe configurations. They will replace the files in the cloned repository.
+There are multiple scripts/configs which can be edited. The scripts can be selected within the tabbar <span class="tutorial-label">1</span>.\
+The embedded script will be included in the built iPXE using the ```EMBED=``` parameter.\
+The embedded certificate gets included using the ```TRUST=``` parameter.\
+The ```general.h``` and the ```console.h``` are iPXE configurations. They will replace the files in the cloned repository.
## User Management
-This module provides a overview table of all the existing users.
+This module provides an overview table of all the existing users.
<a :href="$withBase('/img/user_management.png')" target="_blank"><img :src="$withBase('/img/user_management.png')" alt="User Management"></a>
-A user can be created <span class="tutorial-label">1</span> or edited <span class="tutorial-label">3</span>, which opens a dialog with all editable fields.
+A user can be created <span class="tutorial-label">1</span> or edited <span class="tutorial-label">3</span>, which opens a dialog with all editable information.
Selected users can be deleted by pressing the delete button <span class="tutorial-label">2</span>.
<a :href="$withBase('/img/user_management_edit.png')" target="_blank"><img :src="$withBase('/img/user_management_edit.png')" alt="User Edit"></a>