Hide fulfilled pending-setup orders from the customer hosting list.
Deploy Ladill Hosting / deploy (push) Successful in 45s
Deploy Ladill Hosting / deploy (push) Successful in 45s
Sales Centre left Active CustomerHostingOrder rows with pending-setup.local alongside real HostingAccounts, so customers saw two hostings. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -196,7 +196,7 @@
|
||||
</svg>
|
||||
</div>
|
||||
<div>
|
||||
<p class="font-medium text-gray-900">{{ filled($order->domain_name) ? $order->domain_name : '—' }}</p>
|
||||
<p class="font-medium text-gray-900">{{ $order->displayDomainLabel() }}</p>
|
||||
@if ($order->server_ip)
|
||||
<p class="text-xs text-gray-500">{{ $order->server_ip }}</p>
|
||||
@else
|
||||
|
||||
Reference in New Issue
Block a user