mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-01 02:20:48 +00:00
fix(ui): make the deployments indicator toast in the bottom-left above the sidebar
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<div wire:poll.3000ms x-data="{
|
||||
expanded: @entangle('expanded')
|
||||
}" class="fixed bottom-0 z-50 mb-4 left-0 lg:left-56 ml-4">
|
||||
}" class="fixed bottom-0 z-60 mb-4 left-0 lg:left-56 ml-4">
|
||||
@if ($this->deploymentCount > 0)
|
||||
<div class="relative">
|
||||
<!-- Indicator Button -->
|
||||
|
||||
Reference in New Issue
Block a user