mirror of
https://github.com/pelican-dev/panel.git
synced 2025-08-03 00:12:19 +02:00
Nullable allocation in server-entry blade (#1484)
This commit is contained in:
parent
77a3b0640d
commit
c9b7e979c0
@ -48,7 +48,7 @@
|
||||
<div class="hidden sm:block">
|
||||
<p class="text-sm dark:text-gray-400">Network</p>
|
||||
<hr class="p-0.5">
|
||||
<p class="text-md font-semibold">{{ $server->allocation->address }} </p>
|
||||
<p class="text-md font-semibold">{{ $server->allocation?->address }} ?? 'None' </p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user