mirror of
https://github.com/azaion/admin.git
synced 2026-04-23 01:36:32 +00:00
fix login
add logging add scripts for server
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
public enum RoleEnum
|
||||
{
|
||||
None = 0,
|
||||
Operator = 10,
|
||||
Validator = 20,
|
||||
Operator = 10, //only annotator is available. Could send annotations to queue.
|
||||
Validator = 20, //annotator + dataset explorer. This role allows to receive annotations from the queue.
|
||||
CompanionPC = 30,
|
||||
Admin = 40,
|
||||
ResourceUploader = 50,
|
||||
ApiAdmin = 1000
|
||||
Admin = 40, //
|
||||
ResourceUploader = 50, //Uploading dll and ai models
|
||||
ApiAdmin = 1000 //everything
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user