2023-09-21 19:30:13 +00:00
|
|
|
<div>
|
2023-12-08 11:12:44 +00:00
|
|
|
<x-modal noSubmit modalId="startService">
|
2023-09-21 19:30:13 +00:00
|
|
|
<x-slot:modalBody>
|
|
|
|
<livewire:activity-monitor header="Service Startup Logs" />
|
|
|
|
</x-slot:modalBody>
|
|
|
|
<x-slot:modalSubmit>
|
|
|
|
<x-forms.button onclick="startService.close()" type="submit">
|
|
|
|
Close
|
|
|
|
</x-forms.button>
|
|
|
|
</x-slot:modalSubmit>
|
|
|
|
</x-modal>
|
|
|
|
</div>
|