mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
FIx bug sur le nom du champ
This commit is contained in:
parent
3e1e14e9fa
commit
5a2be50f35
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ class SshFingerprint(RevMixin, AclMixin, models.Model):
|
|||
return self.machine.can_delete(user_request, *args, **kwargs)
|
||||
|
||||
def __str__(self):
|
||||
return str(self.algo) + ' ' + str(self.hash_entry) + ' ' + str(self.comment)
|
||||
return str(self.algo) + ' ' + str(self.pub_key_entry) + ' ' + str(self.comment)
|
||||
|
||||
|
||||
class SshFprAlgo(RevMixin, AclMixin, models.Model):
|
||||
|
|
Loading…
Reference in a new issue