Able to add scheduled backups through the UI
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<x-layout>
|
||||
<h1>Configuration</h1>
|
||||
<livewire:project.database.heading :database="$database"/>
|
||||
<x-modal modalId="logs">
|
||||
<x-modal modalId="startDatabase">
|
||||
<x-slot:modalBody>
|
||||
<livewire:activity-monitor :header="true"/>
|
||||
<livewire:activity-monitor header="Startup Logs"/>
|
||||
</x-slot:modalBody>
|
||||
<x-slot:modalSubmit>
|
||||
<x-forms.button onclick="logs.close()" type="submit">
|
||||
<x-forms.button onclick="startDatabase.close()" type="submit">
|
||||
Close
|
||||
</x-forms.button>
|
||||
</x-slot:modalSubmit>
|
||||
|
||||
Reference in New Issue
Block a user