mirror of https://github.com/wg-easy/wg-easy
Browse Source
- remake: setup page to add others step configuration (host/port/migration)pull/1397/head
committed by
Bernd Storath
7 changed files with 43 additions and 47 deletions
@ -1,9 +1,7 @@ |
|||||
<template> |
<template> |
||||
<div class="container mx-auto max-w-3xl px-3 md:px-0"> |
<div |
||||
<div |
class="container mx-auto max-w-3xl px-3 md:px-0 shadow-md rounded-lg bg-white dark:bg-neutral-700 text-gray-700 dark:text-neutral-200 overflow-hidden" |
||||
class="shadow-md rounded-lg bg-white dark:bg-neutral-700 text-gray-700 dark:text-neutral-200 overflow-hidden" |
> |
||||
> |
<slot /> |
||||
<slot /> |
|
||||
</div> |
|
||||
</div> |
</div> |
||||
</template> |
</template> |
||||
|
@ -1,5 +1,5 @@ |
|||||
<template> |
<template> |
||||
<div class="flex md:block md:flex-shrink-0 space-x-1"> |
<div class="flex md:block flex-shrink-0 space-x-1"> |
||||
<slot /> |
<slot /> |
||||
</div> |
</div> |
||||
</template> |
</template> |
||||
|
@ -1,9 +1,7 @@ |
|||||
<template> |
<template> |
||||
<div |
<div |
||||
class="flex flex-row flex-auto items-center p-3 px-5 border-b-2 border-gray-100 dark:border-neutral-600" |
class="flex flex-row flex-grow flex-auto items-center p-3 px-5 border-b-2 border-gray-100 dark:border-neutral-600" |
||||
> |
> |
||||
<div class="flex flex-grow"> |
<slot /> |
||||
<slot /> |
|
||||
</div> |
|
||||
</div> |
</div> |
||||
</template> |
</template> |
||||
|
@ -0,0 +1,8 @@ |
|||||
|
<template> |
||||
|
<h1 |
||||
|
class="text-4xl font-medium my-16 text-center text-gray-700 dark:text-neutral-200" |
||||
|
> |
||||
|
<img src="/logo.png" width="32" class="inline align-middle dark:bg" /> |
||||
|
<span class="align-middle">WireGuard</span> |
||||
|
</h1> |
||||
|
</template> |
Loading…
Reference in new issue