initial commit
This commit is contained in:
15
resources/views/vms/console-error.blade.php
Normal file
15
resources/views/vms/console-error.blade.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Konsole – Fehler</title>
|
||||
@vite(['resources/css/app.css'])
|
||||
</head>
|
||||
<body class="flex min-h-screen items-center justify-center bg-slate-950 text-slate-100">
|
||||
<div class="max-w-md rounded-xl border border-red-800 bg-slate-900 p-8 text-center">
|
||||
<h1 class="text-lg font-semibold text-red-400">Konsole nicht verfügbar</h1>
|
||||
<p class="mt-4 text-sm text-slate-400">{{ $error }}</p>
|
||||
<a href="{{ route('vms.show', $vm) }}" class="mt-6 inline-block text-cyan-400 hover:underline">← Zurück</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user