Aidaho 2022-03-23 09:00:14 +02:00
parent 1a05993a31
commit 03226ae657
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ def default_values():
data_source = [
{'name': 'superAdmin', 'description': 'Has the highest level of administrative permissions and controls the actions of all other users'},
{'name': 'admin', 'description': 'Has access everywhere except the Admin area'},
{'name': 'editor', 'description': 'Has the same rights as the admin but has no access to the Servers page'},
{'name': 'user', 'description': 'Has the same rights as the admin but has no access to the Servers page'},
{'name': 'guest', 'description': 'Read-only access'}
]