Aidaho 3 years ago
parent 1a05993a31
commit 03226ae657

@ -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'}
]

Loading…
Cancel
Save