2023-08-22 15:44:49 +00:00
|
|
|
<x-layout-simple>
|
|
|
|
<livewire:boarding />
|
2023-08-23 08:14:39 +00: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 15:44:49 +00:00
|
|
|
</x-layout-simple>
|