diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-11 10:55:02 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-11 10:55:02 +0800 |
commit | b29ce1683cbeae50795581dc834b72381a49d310 (patch) | |
tree | ed1e24b7b40cd2e0985c3b495b1964052b204e2d /forged/templates | |
parent | CSS: Smaller tab buttons (diff) | |
download | forge-0.1.41.tar.gz forge-0.1.41.tar.zst forge-0.1.41.zip |
Breakable SSH keysv0.1.41
Diffstat (limited to 'forged/templates')
-rw-r--r-- | forged/templates/index.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/forged/templates/index.tmpl b/forged/templates/index.tmpl index ff7c127..bd81f04 100644 --- a/forged/templates/index.tmpl +++ b/forged/templates/index.tmpl @@ -46,11 +46,11 @@ <tbody> <tr> <th scope="row">SSH public key</th> - <td><code>{{- .global.server_public_key_string -}}</code></td> + <td><code class="breakable">{{- .global.server_public_key_string -}}</code></td> </tr> <tr> <th scope="row">SSH fingerprint</th> - <td><code>{{- .global.server_public_key_fingerprint -}}</code></td> + <td><code class="breakable">{{- .global.server_public_key_fingerprint -}}</code></td> </tr> </tbody> </table> |