Skip to content

Commit

Permalink
ui tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Dec 7, 2024
1 parent 9961df1 commit 6a07817
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions warpgate-web/src/admin/Config.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,6 @@

<div class="row">
<div class="col-12 col-lg-6 mb-4 pe-4">
<div class="list-group list-group-flush mb-3">
<a
class="list-group-item list-group-item-action"
href="/parameters"
use:link
>
<strong>Global parameters</strong>
</a>
</div>

<div class="page-summary-bar">
<h1>Targets</h1>
<a
Expand Down Expand Up @@ -134,6 +124,18 @@
</a>
{/snippet}
</ItemList>

<h1>Misc.</h1>

<div class="list-group list-group-flush mb-3">
<a
class="list-group-item list-group-item-action"
href="/parameters"
use:link
>
<strong>Global parameters</strong>
</a>
</div>
</div>
</div>

Expand Down

0 comments on commit 6a07817

Please sign in to comment.