mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-29 11:23:17 +00:00
修改bug
This commit is contained in:
parent
37893bb394
commit
1e78b65cd7
@ -11,7 +11,7 @@ class Permission(models.Model):
|
||||
user = models.ForeignKey(User)
|
||||
asset = models.ForeignKey(Asset)
|
||||
role = models.CharField(choices=USER_ROLE_CHOICES,
|
||||
max_length=1,
|
||||
max_length=2,
|
||||
blank=True,
|
||||
null=True)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user