Add support for command execution in containers.

This commit is contained in:
Stuart Rowlands
2023-12-06 15:42:14 -08:00
parent 31959f26d4
commit 22178df8ae
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)