mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-06-24 22:12:00 +00:00
修改bug
This commit is contained in:
parent
39b4266458
commit
353bae0f13
@ -20,7 +20,7 @@ class Asset(models.Model):
|
||||
password_common = models.CharField(max_length=160, blank=True, null=True)
|
||||
username_super = models.CharField(max_length=80, blank=True, null=True)
|
||||
password_super = models.CharField(max_length=160, blank=True, null=True)
|
||||
date_added = models.CharField()
|
||||
date_added = models.CharField(max_length=80)
|
||||
comment = models.CharField(max_length=100, blank=True, null=True)
|
||||
|
||||
def __unicode__(self):
|
||||
|
Loading…
Reference in New Issue
Block a user