Merge pull request #1524 from stooit/feat/application-run-command

Add support for command execution in containers.
This commit is contained in:
Andras Bacsai
2023-12-07 11:29:32 +01:00
committed by GitHub
6 changed files with 151 additions and 0 deletions

View File

@@ -26,6 +26,10 @@
<button>Logs</button>
</a>
@endif
<a class="{{ request()->routeIs('project.service.command') ? 'text-white' : '' }}"
href="{{ route('project.service.command', $parameters) }}">
<button>Run command</button>
</a>
</div>
<div class="w-full pl-8">
@isset($serviceApplication)