mirror of
https://github.com/rustfs/console.git
synced 2026-08-30 17:14:47 +08:00
Merge branch 'main' of github.com:rustfs/console
This commit is contained in:
@@ -59,7 +59,7 @@ const handleLogin = async () => {
|
||||
</div>
|
||||
|
||||
<div class="max-w-sm w-full p-4 sm:p-7">
|
||||
<img src="https://rustfs.com/rustfs.logo.svg" class="max-w-28" alt="" />
|
||||
<img src="~/assets/logo.svg" class="max-w-28" alt="" />
|
||||
<div class="py-6">
|
||||
<h1 class="block text-2xl font-bold text-gray-800 dark:text-white">{{ t('Login to RustFS Console') }}</h1>
|
||||
<p class="mt-2 text-sm text-gray-600 dark:text-neutral-400">
|
||||
|
||||
+1
-1
@@ -104,7 +104,7 @@ onMounted(() => {
|
||||
class="w-full lg:w-1/2 flex flex-col justify-center items-center bg-white dark:bg-neutral-900 dark:border-neutral-700 relative"
|
||||
>
|
||||
<div class="max-w-sm w-full p-4 sm:p-7">
|
||||
<img src="https://rustfs.com/rustfs.logo.svg" class="max-w-28" alt="" />
|
||||
<img src="~/assets/logo.svg" class="max-w-28" alt="" />
|
||||
<div class="py-6">
|
||||
<h1 class="block text-2xl font-bold text-gray-800 dark:text-white">
|
||||
{{ t('Server Configuration') }}
|
||||
|
||||
Reference in New Issue
Block a user