admin: add shell view

This commit is contained in:
Jens Langhammer
2020-11-21 16:16:59 +01:00
parent 6bdcbfbf0e
commit 517b811a99
4 changed files with 4 additions and 8 deletions

View File

@ -79,7 +79,7 @@ class CertificateKeyPair(CreatedUpdatedModel):
)
def __str__(self) -> str:
return f"Certificate-Key Pair {self.name} {self.fingerprint}"
return f"Certificate-Key Pair {self.name}"
class Meta: