mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-27 00:19:57 +00:00
improvement(core): simplify events for app/db/service status changes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div x-data="{ activeTab: window.location.hash ? window.location.hash.substring(1) : 'general' }">
|
||||
<livewire:project.service.navbar :service="$service" :parameters="$parameters" :query="$query" />
|
||||
<livewire:project.service.heading :service="$service" :parameters="$parameters" :query="$query" />
|
||||
<div class="flex flex-col h-full gap-8 pt-6 sm:flex-row">
|
||||
<div class="flex flex-col items-start gap-2 min-w-fit">
|
||||
<a class="menu-item"
|
||||
|
||||
Reference in New Issue
Block a user