coolify/resources/views/livewire/project/application/deployment
Devrim Tunçer 712a058872 fix(logs): handle missing clipboard API in non-HTTPS contexts
navigator.clipboard is undefined in insecure contexts (HTTP), causing
a silent TypeError when clicking the copy logs button. Added a secure
context check and proper Promise chaining so failures surface as user-
visible error messages instead of silent crashes.

Affects deployment log view and shared get-logs component.
2026-03-12 23:24:02 +03:00
..
index.blade.php Add toggleable wire:navigate SPA navigation with prefetching 2025-12-17 12:09:13 +01:00
show.blade.php fix(logs): handle missing clipboard API in non-HTTPS contexts 2026-03-12 23:24:02 +03:00