66656
This commit is contained in:
14
index.html
14
index.html
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>PostgreSQL Admin Panel</title>
|
<title>PostgreSQL SensoLab Panel</title>
|
||||||
<link rel="icon" type="image/svg+xml" href="favicon.svg">
|
<link rel="icon" type="image/svg+xml" href="favicon.svg">
|
||||||
<script src="https://cdn.tailwindcss.com"></script>
|
<script src="https://cdn.tailwindcss.com"></script>
|
||||||
<script src="https://unpkg.com/lucide@latest"></script>
|
<script src="https://unpkg.com/lucide@latest"></script>
|
||||||
@@ -53,11 +53,8 @@
|
|||||||
<div class="inline-flex items-center justify-center w-16 h-16 bg-blue-600 rounded-2xl mb-4 shadow-lg shadow-blue-600/30">
|
<div class="inline-flex items-center justify-center w-16 h-16 bg-blue-600 rounded-2xl mb-4 shadow-lg shadow-blue-600/30">
|
||||||
<i data-lucide="database" class="w-8 h-8 text-white"></i>
|
<i data-lucide="database" class="w-8 h-8 text-white"></i>
|
||||||
</div>
|
</div>
|
||||||
<h1 class="text-2xl font-bold text-slate-800">PostgreSQL Admin</h1>
|
<h1 class="text-2xl font-bold text-slate-800">PostgreSQL SensoLab</h1>
|
||||||
<p class="text-slate-500 mt-2">Войдите для управления базой данных</p>
|
<p class="text-slate-500 mt-2">Войдите для управления базой данных</p>
|
||||||
<div class="mt-4 p-3 bg-blue-50 rounded-lg border border-blue-100">
|
|
||||||
<p class="text-xs text-blue-600 font-medium">🔒 Настройки БД скрыты в .env файле сервера</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form id="loginForm" class="space-y-4">
|
<form id="loginForm" class="space-y-4">
|
||||||
@@ -74,11 +71,6 @@
|
|||||||
<div id="loginLoader" class="loader hidden" style="width: 20px; height: 20px; border-width: 2px;"></div>
|
<div id="loginLoader" class="loader hidden" style="width: 20px; height: 20px; border-width: 2px;"></div>
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<div class="mt-6 text-center space-y-1">
|
|
||||||
<p class="text-xs text-slate-400">По умолчанию: admin / admin</p>
|
|
||||||
<p class="text-xs text-slate-400">Настройки подключения к БД в .env</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -89,7 +81,7 @@
|
|||||||
<div class="flex items-center gap-4">
|
<div class="flex items-center gap-4">
|
||||||
<div class="flex items-center gap-2 text-blue-600">
|
<div class="flex items-center gap-2 text-blue-600">
|
||||||
<i data-lucide="database" class="w-6 h-6"></i>
|
<i data-lucide="database" class="w-6 h-6"></i>
|
||||||
<span class="font-bold text-lg">PostgreSQL Admin</span>
|
<span class="font-bold text-lg">PostgreSQL SensoLab</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="h-6 w-px bg-slate-200 mx-2"></div>
|
<div class="h-6 w-px bg-slate-200 mx-2"></div>
|
||||||
<div class="flex items-center gap-2 text-sm text-slate-600 bg-slate-100 px-3 py-1 rounded-full">
|
<div class="flex items-center gap-2 text-sm text-slate-600 bg-slate-100 px-3 py-1 rounded-full">
|
||||||
|
|||||||
Reference in New Issue
Block a user