Peter Lewis
3 years ago
committed by
Julien COSMAO
No known key found for this signature in database
GPG Key ID: 69153421048939E2
1 changed files with
1 additions and
1 deletions
-
src/www/index.html
|
|
|
@ -454,7 +454,7 @@ |
|
|
|
</div> |
|
|
|
<div class="mt-2"> |
|
|
|
<p class="text-sm text-gray-500"> |
|
|
|
<input class="rounded p-2 border-2 border-gray-100 focus:border-gray-200 outline-none w-full" |
|
|
|
<input class="rounded p-2 border-2 dark:bg-neutral-700 dark:text-neutral-200 border-gray-100 dark:border-neutral-600 focus:border-gray-200 focus:dark:border-neutral-500 dark:placeholder:text-neutral-400 outline-none w-full" |
|
|
|
type="text" v-model.trim="clientCreateAllowedIps" placeholder="Allowed IPs (optional)" /> |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
|