mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-10-22 08:19:04 +00:00
[Bugfix] 修复一些bug
This commit is contained in:
@@ -158,6 +158,7 @@ class Asset(models.Model):
|
||||
|
||||
class Meta:
|
||||
unique_together = ('ip', 'port')
|
||||
verbose_name = _("Asset")
|
||||
|
||||
@classmethod
|
||||
def generate_fake(cls, count=100):
|
||||
|
Reference in New Issue
Block a user