added helpers to the timezone switcher

This commit is contained in:
ayntk-ai 2024-08-16 17:42:26 +02:00
parent 3e3b92638b
commit 74bf4629d6
No known key found for this signature in database
2 changed files with 5 additions and 2 deletions

View File

@ -78,7 +78,10 @@ class="w-full mt-8 mb-4 font-bold box-without-bg bg-coollabs hover:bg-coollabs-1
})
}
}">
<label for="server.settings.server_timezone" class="dark:text-white">Server Timezone</label>
<div class="flex items-center">
<label for="server.settings.server_timezone" class="dark:text-white">Server Timezone</label>
<x-helper class="ml-2" helper="Current server's timezone (This setting changes your server's timezone in /etc/timezone, /etc/localtime, etc.). This is used for backups, cron jobs, etc." />
</div>
<div class="relative">
<input
x-model="search"

View File

@ -25,7 +25,7 @@
}">
<label for="settings.instance_timezone" class="dark:text-white flex items-center">
Instance Timezone
<x-helper class="ml-2" helper="Timezone for the Coolify instance. This is used for update check and auto update frequency." />
<x-helper class="ml-2" helper="Timezone for the Coolify instance (this does NOT change your server's timezone in /etc/timezone, /etc/localtime, etc.). This is used for the update check and automatic update frequency." />
</label>
<div class="relative">
<input