Merge branch 'next' into add-mono-font-to-textarea

This commit is contained in:
Graham Healy
2024-04-24 16:20:23 +01:00
committed by GitHub
157 changed files with 2233 additions and 715 deletions

View File

@@ -18,7 +18,10 @@ class Links extends Component
$service->applications()->get()->map(function ($application) {
$type = $application->serviceType();
if ($type) {
$links = generateServiceSpecificFqdns($application, false);
$links = generateServiceSpecificFqdns($application);
$links = $links->map(function ($link) {
return getFqdnWithoutPort($link);
});
$this->links = $this->links->merge($links);
} else {
if ($application->fqdn) {