mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-23 14:27:27 +00:00
fix(deployment): restore deployment log download actions (#11306)
This commit is contained in:
@@ -136,6 +136,13 @@ it('uses a mobile-friendly stacked logs toolbar markup', function () {
|
||||
->toContain('flex-direction: column')
|
||||
->toContain('@media (min-width: 640px)');
|
||||
|
||||
$actionsCss = str($appCss)
|
||||
->after('.logs-viewer-actions {')
|
||||
->before('}')
|
||||
->toString();
|
||||
|
||||
expect($actionsCss)->not->toContain('isolation: isolate');
|
||||
|
||||
$primaryGroup = str($deploymentView)
|
||||
->after('class="logs-viewer-primary"')
|
||||
->before('class="logs-viewer-end"')
|
||||
|
||||
Reference in New Issue
Block a user