X-Git-Url: https://git.mdrn.pl/cas.git/blobdiff_plain/5c901ee485c3abdf11dec71bdb7534f1f6a9eaa9..35548a2c9ae7efae920ec7c90addad272b5520c3:/src/ssh_keys/templates/ssh_keys/sshkey_list.html diff --git a/src/ssh_keys/templates/ssh_keys/sshkey_list.html b/src/ssh_keys/templates/ssh_keys/sshkey_list.html index a4f5155..abd1b10 100644 --- a/src/ssh_keys/templates/ssh_keys/sshkey_list.html +++ b/src/ssh_keys/templates/ssh_keys/sshkey_list.html @@ -13,14 +13,18 @@

{% trans "SSH keys" %}

{% for key in object_list %} -

- {{ key.key }}
- {% trans "Added at" %} {{ key.created_at }}
- - {% trans "Delete" %} - -

-
+

+ {{ key.comment }} ({{ key.algorithm}} {{ key.bit_length }})
+ {{ key.md5_hash }} + {{ key.key }}
+ {% trans "Added" %}: {{ key.created_at }}
+ {% trans "Last seen" %}: {{ key.last_seen_at|default:"–" }}
+ + + {% trans "Delete" %} + +

+
{% endfor %}