2023-08-22 17:44:49 +02:00
|
|
|
<x-layout-simple>
|
|
|
|
<livewire:boarding />
|
2023-08-23 10:14:39 +02:00
|
|
|
<x-modal modalId="installDocker">
|
|
|
|
<x-slot:modalBody>
|
|
|
|
<livewire:activity-monitor header="Installing Docker Logs" />
|
|
|
|
</x-slot:modalBody>
|
|
|
|
<x-slot:modalSubmit>
|
|
|
|
<x-forms.button onclick="installDocker.close()" type="submit">
|
|
|
|
Close
|
|
|
|
</x-forms.button>
|
|
|
|
</x-slot:modalSubmit>
|
|
|
|
</x-modal>
|
2023-08-22 17:44:49 +02:00
|
|
|
</x-layout-simple>
|