coolify/resources
Claude b484c0cc25
fix(logs): Remove hardcoded 2000 line display limit
The log viewer was artificially limiting display to 2000 lines
regardless of user's requested amount. Users could request 10k, 40k,
or 50k lines but only 2000 were ever shown.

Changes:
- Remove the hardcoded $maxDisplayLines = 2000 limit in the view
- Add MAX_LOG_LINES constant (50,000) in GetLogs component
- Enforce maximum limit in backend to prevent extremely large requests
- Update input field with max attribute and tooltip

Fixes #7803
2025-12-29 17:52:35 +00:00
..
css Refactor log view to eliminate flickering during refresh 2025-12-18 08:46:39 +01:00
fonts chore: Add log1x/laravel-webfonts package 2024-06-25 13:44:46 +02:00
js fix: Prevent terminal disconnects when browser tab loses focus 2025-12-08 20:48:03 +01:00
views fix(logs): Remove hardcoded 2000 line display limit 2025-12-29 17:52:35 +00:00