ingredient/ssh: Show ssh keys in info

This commit is contained in:
Tom Wiesing 2022-11-12 14:32:01 +01:00
parent 5bceaa0d47
commit e91e9cb4d6
No known key found for this signature in database
4 changed files with 41 additions and 0 deletions

View file

@ -265,6 +265,21 @@
</div>
</div>
<div class="pure-u-1-1">
<h2 id="ssh">SSH Keys</h2>
<table class="pure-table pure-table-bordered padding">
<tbody>
{{ range .Info.Keys }}
<tr>
<td>
<code>{{ . }}</code>
</td>
</tr>
{{ end }}
</tbody>
</table>
</div>
<div class="pure-u-1-1">
<h2 id="snapshots">Snapshots</h2>
<p>