forked from kevadesu/forgejo
Add generate fingerprint of ssh key
This commit is contained in:
parent
c83657307e
commit
ca956d5cec
2 changed files with 34 additions and 14 deletions
|
@ -21,7 +21,7 @@
|
|||
<li class="list-group-item"><span class="name">SSH Key's name</span></li>{{range .Keys}}
|
||||
<li class="list-group-item">
|
||||
<span class="name">{{.Name}}</span>
|
||||
<span class="print">(print code)</span>
|
||||
<span class="print">({{.Fingerprint}})</span>
|
||||
<a href="#" class="btn btn-link btn-danger right delete" rel="{{.Id}}" data-del="{{.Id}}">Delete</a>
|
||||
</li>{{end}}
|
||||
<li class="list-group-item">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue