refactor: Fix typo in execute-container-command.blade.php

This commit is contained in:
Andras Bacsai
2024-09-25 10:25:35 +02:00
parent 1a8d15390d
commit bd2e1ad9fe

View File

@@ -32,7 +32,7 @@
<x-forms.button type="submit">Connect</x-forms.button> <x-forms.button type="submit">Connect</x-forms.button>
</form> </form>
@else @else
<div class="pt-4">No containers are not running.</div> <div class="pt-4">No containers are running.</div>
@endif @endif
</div> </div>
</div> </div>