Admin: Display error message
This commit is contained in:
parent
a3235c70e7
commit
2717babc4b
@ -9,6 +9,13 @@
|
||||
</label>
|
||||
</div>
|
||||
|
||||
@if ($error)
|
||||
<flux:callout variant="danger" icon="x-circle" class="mb-4">
|
||||
<flux:callout.heading>Something went wrong. Most likely your synapse access token is invalid or expired!
|
||||
</flux:callout.heading>
|
||||
</flux:callout>
|
||||
@endif
|
||||
|
||||
<table class="w-full border-collapse border border-gray-300 dark:border-neutral-950 rounded-lg">
|
||||
<thead class="bg-gray-100 dark:bg-neutral-900">
|
||||
<tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user