mirror of
https://github.com/ershisan99/coolify.git
synced 2026-02-01 05:12:07 +00:00
feat: execute command in container
This commit is contained in:
@@ -26,10 +26,6 @@
|
||||
<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