diff --git a/capsulflask/templates/capsul-detail.html b/capsulflask/templates/capsul-detail.html index ba10521..c864b88 100644 --- a/capsulflask/templates/capsul-detail.html +++ b/capsulflask/templates/capsul-detail.html @@ -134,7 +134,7 @@
{% for key in vm['ssh_host_keys'] %}
-  SHA256:{{ key.sha256 }} ({{ key.key_type }}){% endfor %}
+SHA256:{{ key.sha256 }} ({{ key.key_type }}){% endfor %}
(What's this? see Understanding the Secure Shell Protocol (SSH)) @@ -198,7 +198,7 @@
{% for key in vm['ssh_host_keys'] %}
-  {{ vm['ipv4'] }} {{ key.content }}{% endfor %}
+{{ vm['ipv4'] }} {{ key.content }}{% endfor %}