From c8dd3d2e80ee1d74227e5654e9092811342a5e7c Mon Sep 17 00:00:00 2001 From: j3s Date: Thu, 18 Feb 2021 11:12:51 -0600 Subject: [PATCH] Correct ssh pubkey spacing --- capsulflask/templates/capsul-detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capsulflask/templates/capsul-detail.html b/capsulflask/templates/capsul-detail.html index ba10521..052c206 100644 --- a/capsulflask/templates/capsul-detail.html +++ b/capsulflask/templates/capsul-detail.html @@ -198,7 +198,7 @@
{% for key in vm['ssh_host_keys'] %}
-  {{ vm['ipv4'] }} {{ key.content }}{% endfor %}
+{{ vm['ipv4'] }} {{ key.content }}{% endfor %}