mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-31 06:46:24 +00:00
修改bug
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user