mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-01 03:04:48 +02:00
Update ssh_keys.tmpl
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: techknowlogick <matti@mdranta.net>
This commit is contained in:
co-authored by
Copilot
parent
770663b23d
commit
e4e203df39
@@ -13,7 +13,7 @@
|
||||
<div class="field">
|
||||
<label>{{ctx.Locale.Tr "settings.mirror_ssh_current_key"}}</label>
|
||||
<div class="ui action input">
|
||||
<input id="ssh-public-key-content" class="js-ssh-key-content" value="{{.SSHKeypair.PublicKeyWithComment}}" readonly>
|
||||
<input id="ssh-public-key-content" class="js-ssh-key-content" value="{{.SSHKeypair.PublicKey}}" readonly>
|
||||
<button class="ui compact button" data-clipboard-target="#ssh-public-key-content" data-tooltip-content="{{ctx.Locale.Tr "copy"}}">
|
||||
{{svg "octicon-copy" 14}}
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user