mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-05 17:30:30 +00:00
perf: ldap import user error msg
This commit is contained in:
7
apps/settings/const.py
Normal file
7
apps/settings/const.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.db.models import TextChoices
|
||||
|
||||
|
||||
class ImportStatus(TextChoices):
|
||||
ok = 'ok', 'Ok'
|
||||
pending = 'pending', 'Pending'
|
||||
error = 'error', 'Error'
|
Reference in New Issue
Block a user