fix(ui): fix webpage "Key" SSH-key table overflow

This commit fixes the SSH-key table overflow to prevent the entire
webpage from scrolling horizontally when the table overflows off-screen.
This commit is contained in:
inference 2025-06-24 19:56:44 +00:00
parent 6265165412
commit f1a1a21ced
Signed by: inference
SSH Key Fingerprint: SHA256:/O3c09/4f1lh4zrhFs2qvQEDda6dZbTwG9xEcj8OfWo

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Inferencium - Website - Key --> <!-- Inferencium - Website - Key -->
<!-- Version: 9.2.0-alpha.10 --> <!-- Version: 9.2.0-alpha.11 -->
<!-- Copyright 2022 Jake Winters --> <!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -104,6 +104,7 @@
<pre>ssh-keygen -Y verify -f <var>&lt;allowed_signers file&gt;</var> -I <var>&lt;signer name/email address&gt;</var> -n file -s <var>&lt;signature file of file-to-verify&gt;</var> &lt; <var>&lt;file-to-verify&gt;</var></pre> <pre>ssh-keygen -Y verify -f <var>&lt;allowed_signers file&gt;</var> -I <var>&lt;signer name/email address&gt;</var> -n file -s <var>&lt;signature file of file-to-verify&gt;</var> &lt; <var>&lt;file-to-verify&gt;</var></pre>
<p>You can use my base <a href="key/allowed_signers"><code>allowed_signers</code></a> file <p>You can use my base <a href="key/allowed_signers"><code>allowed_signers</code></a> file
in lieu of your own, or inject its contents into your own.</p> in lieu of your own, or inject its contents into your own.</p>
<div style="overflow-x:auto;">
<table> <table>
<tr> <tr>
<th>ID</th> <th>ID</th>
@ -152,6 +153,7 @@
<td class="ssh-invalid">2023-07-27</td> <td class="ssh-invalid">2023-07-27</td>
</tr> </tr>
</table> </table>
</div>
</section> </section>
</section> </section>
<div class="sitemap-small"><a href="sitemap.xhtml">Sitemap</a></div> <div class="sitemap-small"><a href="sitemap.xhtml">Sitemap</a></div>