Able to add scheduled backups through the UI

This commit is contained in:
Andras Bacsai
2023-08-09 17:57:27 +02:00
parent 04622a9e3b
commit d2a4dbf283
24 changed files with 367 additions and 20571 deletions

View File

@@ -62,7 +62,7 @@
@endif
</div>
<div class="container w-full py-4 mx-auto">
<livewire:activity-monitor :header="true"/>
<livewire:activity-monitor header="Logs"/>
</div>
@isset($uptime)
<h3 class="pb-3">Server Info</h3>

View File

@@ -21,7 +21,7 @@
</div>
@endif
<div class="container w-full pb-4 mx-auto">
<livewire:activity-monitor :header="true"/>
<livewire:activity-monitor header="Logs"/>
</div>
<x-forms.input placeholder="https://coolify.io" id="redirect_url" label="Default Redirect 404"
helper="All urls that has no service available will be redirected to this domain.<span class='text-helper'>You can set to your main marketing page or your social media link.</span>"/>