Hide fulfilled pending-setup orders from the customer hosting list.
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:
isaacclad
2026-07-13 17:10:49 +00:00
co-authored by Cursor
parent bc199ccb43
commit b7f320ca30
5 changed files with 200 additions and 7 deletions
+1 -1
View File
@@ -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