This commit is contained in:
Andras Bacsai
2023-12-11 10:29:03 +01:00
parent 3ffd3fc819
commit 2846e049fa
2 changed files with 5 additions and 1 deletions

View File

@@ -7,6 +7,8 @@
@elseif ($type === 'database')
<h1>Execute Command</h1>
<livewire:project.database.heading :database="$resource" />
<h2 class="pt-4">Command Details</h2>
<div class="pb-2">Run any one-shot command inside a container.</div>
@elseif ($type === 'service')
<h2>Execute Command</h2>
@endif