ui improovements
This commit is contained in:
parent
1dce9fb0e8
commit
950139010e
7 changed files with 67 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue