ui improovements

This commit is contained in:
pavel 2026-05-14 22:52:59 +02:00
commit 950139010e
7 changed files with 67 additions and 0 deletions

View file

@ -45,6 +45,12 @@
<h2>Your Projects</h2>
<div id="projects" class="projects"></div>
</section>
<section class="card">
<h2>Caddy Config</h2>
<button id="refreshCaddyBtn" type="button">Refresh Caddy Config</button>
<pre id="caddyConfigOut" class="meta" style="white-space: pre-wrap; max-height: 320px; overflow: auto;">Not loaded.</pre>
</section>
</main>
<script src="/app.js" defer></script>
</body>