diff --git a/resources/views/livewire/activity-monitor.blade.php b/resources/views/livewire/activity-monitor.blade.php index 44696f7db..c95b1455c 100644 --- a/resources/views/livewire/activity-monitor.blade.php +++ b/resources/views/livewire/activity-monitor.blade.php @@ -11,7 +11,7 @@ @endif
$fullHeight, + 'max-h-[48rem]' => $fullHeight, 'max-h-96' => !$fullHeight, ])>
{{ RunRemoteProcess::decodeOutput($this->activity) }}
diff --git a/resources/views/livewire/project/application/heading.blade.php b/resources/views/livewire/project/application/heading.blade.php index 24d01c297..4375d6cfb 100644 --- a/resources/views/livewire/project/application/heading.blade.php +++ b/resources/views/livewire/project/application/heading.blade.php @@ -17,86 +17,89 @@ @endif
- @if ($application->build_pack === 'dockercompose' && is_null($application->docker_compose_raw)) -
Please load a Compose file.
- @else - @if (!$application->destination->server->isSwarm()) - - @endif -
- @if (!str($application->status)->startsWith('exited')) - @if (!$application->destination->server->isSwarm()) - - - - - - - - Redeploy - - @endif - @if ($application->build_pack !== 'dockercompose') - @if ($application->destination->server->isSwarm()) - - - - - - +
+ @if ($application->build_pack === 'dockercompose' && is_null($application->docker_compose_raw)) +
Please load a Compose file.
+ @else + @if (!$application->destination->server->isSwarm()) + + @endif +
+ @if (!str($application->status)->startsWith('exited')) + @if (!$application->destination->server->isSwarm()) + + + + + + - Update Service - - @else - - - - - - - - Restart + Redeploy @endif - @endif - - - - - - - - + @if ($application->build_pack !== 'dockercompose') + @if ($application->destination->server->isSwarm()) + + + + + + + + Update Service + + @else + + + + + + + + Restart + + @endif + @endif + + + + + + + + + + Stop + + This application will be stopped.
Please think again. +
+ @else + + + + - Stop - - This application will be stopped.
Please think again. - - @else - - - - - - Deploy - - @endif -
- @endif + Deploy + + @endif +
+ @endif +
@script