coolify/resources/views/command-center.blade.php

4 lines
72 B
PHP
Raw Normal View History

2023-03-20 13:04:22 +01:00
<x-layout>
2023-05-12 15:39:07 +02:00
<livewire:run-command :servers="$servers" />
2023-03-20 13:04:22 +01:00
</x-layout>