update
This commit is contained in:
parent
40716550ec
commit
f4d7c4f942
@ -42,7 +42,6 @@
|
||||
<button>close</button>
|
||||
</form>
|
||||
</dialog>
|
||||
{{$realtimePort}}
|
||||
<x-toaster-hub />
|
||||
<x-version class="fixed left-2 bottom-1" />
|
||||
<script data-navigate-once>
|
||||
|
@ -3,6 +3,8 @@
|
||||
<span x-data x-init="$wire.emit('error', '{{ session('error') }}')" />
|
||||
@endif
|
||||
<h1>Dashboard</h1>
|
||||
Realtime Port: {{ $realtimePort ?? 'Not set' }}
|
||||
|
||||
<div class="subtitle">Your self-hosted environment</div>
|
||||
@if (request()->query->get('success'))
|
||||
<div class="rounded alert alert-success">
|
||||
|
Loading…
x
Reference in New Issue
Block a user