mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
Docs: Fix global permission table formatting
'<' and '>' must be escaped using html-tags in tables. refs #11568
This commit is contained in:
parent
93b50fe484
commit
e298ee8e3d
@ -157,12 +157,12 @@ through a group) all permissions are added together to get the users actual perm
|
|||||||
|
|
||||||
### Global Permissions
|
### Global Permissions
|
||||||
|
|
||||||
Name | Permits
|
Name | Permits
|
||||||
--------------- ----|--------------------------------------------------------
|
--------------------------|--------------------------------------------------------
|
||||||
* | Allow everything, including module-specific permissions
|
* | Allow everything, including module-specific permissions
|
||||||
config/* | Allow all configuration actions
|
config/* | Allow all configuration actions
|
||||||
config/modules | Allow enabling or disabling modules
|
config/modules | Allow enabling or disabling modules
|
||||||
module/<moduleName> | Allow access to module <moduleName>
|
module/<moduleName> | Allow access to module <moduleName>
|
||||||
|
|
||||||
|
|
||||||
### Monitoring Module Permissions
|
### Monitoring Module Permissions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user