mirror of
https://github.com/pelican-dev/panel.git
synced 2025-09-08 19:38:40 +02:00
Nullable allocation in server-entry blade² (#1486)
This commit is contained in:
parent
c9b7e979c0
commit
9655700cde
@ -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 }} ?? 'None' </p>
|
||||
<p class="text-md font-semibold">{{ $server->allocation?->address ?? 'None' }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user