chore: Update project service configuration view

This commit is contained in:
Andras Bacsai
2024-10-14 19:45:03 +02:00
parent bdd6597451
commit fdeb9353be
2 changed files with 130 additions and 119 deletions

View File

@@ -1,4 +1,4 @@
<div x-data="{ activeTab: window.location.hash ? window.location.hash.substring(1) : 'service-stack' }" x-init="$wire.check_status">
<div x-data="{ activeTab: window.location.hash ? window.location.hash.substring(1) : 'service-stack' }">
<x-slot:title>
{{ data_get_str($service, 'name')->limit(10) }} > Configuration | Coolify
</x-slot>