Add support for command execution in containers.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user